Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
beda882d
Commit
beda882d
authored
Oct 28, 2016
by
Kubernetes Submit Queue
Committed by
GitHub
Oct 28, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #35819 from vishh/gci-mounter-update
Automatic merge from submit-queue Add netbase package to gci mounter container image cc @rootfs @jingxu97
parents
b610a558
90053e34
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
Changelog
cluster/gce/gci/mounter/Changelog
+4
-0
Dockerfile
cluster/gce/gci/mounter/Dockerfile
+1
-1
Makefile
cluster/gce/gci/mounter/Makefile
+1
-1
mounter
cluster/gce/gci/mounter/mounter
+1
-1
No files found.
cluster/gce/gci/mounter/Changelog
View file @
beda882d
## v1 (Thu Oct 20 2016 Vishnu Kannan <vishh@google.com>)
## v1 (Thu Oct 20 2016 Vishnu Kannan <vishh@google.com>)
- Creating a container with mount tools pre-installed
- Creating a container with mount tools pre-installed
- Digest: sha256:9b3c1f04ad6b8947af4eb98f1eff2dc54c5664e3469b4cdf722ec5dd2a1dc064
- Digest: sha256:9b3c1f04ad6b8947af4eb98f1eff2dc54c5664e3469b4cdf722ec5dd2a1dc064
## v2 (Fri Oct 28 2016 Vishnu Kannan <vishh@google.com>)
- Adding netbase package.
- Digest: sha256:c7dfe059fbbf976fc4284a87eb18adf0f8e0c4cf30a30f5a852842c772a64c2d
cluster/gce/gci/mounter/Dockerfile
View file @
beda882d
...
@@ -15,6 +15,6 @@
...
@@ -15,6 +15,6 @@
FROM
ubuntu:xenial
FROM
ubuntu:xenial
MAINTAINER
vishh@google.com
MAINTAINER
vishh@google.com
RUN
apt-get update
&&
apt-get
install
-y
nfs-common
=
1:1.2.8-9ubuntu12 glusterfs-client
=
3.7.6-1ubuntu1
RUN
apt-get update
&&
apt-get
install
-y
n
etbase n
fs-common
=
1:1.2.8-9ubuntu12 glusterfs-client
=
3.7.6-1ubuntu1
ENTRYPOINT
["/bin/mount"]
ENTRYPOINT
["/bin/mount"]
cluster/gce/gci/mounter/Makefile
View file @
beda882d
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
TAG
=
v
1
TAG
=
v
2
REGISTRY
=
gcr.io/google_containers
REGISTRY
=
gcr.io/google_containers
IMAGE
=
gci-mounter
IMAGE
=
gci-mounter
...
...
cluster/gce/gci/mounter/mounter
View file @
beda882d
...
@@ -18,7 +18,7 @@ set -e
...
@@ -18,7 +18,7 @@ set -e
set
-o
pipefail
set
-o
pipefail
MOUNTER_DOCKER_IMAGE
=
gcr.io/google_containers/gci-mounter
MOUNTER_DOCKER_IMAGE
=
gcr.io/google_containers/gci-mounter
MOUNTER_DOCKER_VERSION
=
v
1
MOUNTER_DOCKER_VERSION
=
v
2
MOUNTER_USER
=
root
MOUNTER_USER
=
root
RKT_BINARY
=
/home/kubernetes/bin/rkt
RKT_BINARY
=
/home/kubernetes/bin/rkt
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment