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
90053e34
Commit
90053e34
authored
Oct 28, 2016
by
Vishnu Kannan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add netbase package to gci mounter container image
Signed-off-by:
Vishnu Kannan
<
vishnuk@google.com
>
parent
bc7ae399
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 @
90053e34
## v1 (Thu Oct 20 2016 Vishnu Kannan <vishh@google.com>)
- Creating a container with mount tools pre-installed
- 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 @
90053e34
...
...
@@ -15,6 +15,6 @@
FROM
ubuntu:xenial
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"]
cluster/gce/gci/mounter/Makefile
View file @
90053e34
...
...
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
TAG
=
v
1
TAG
=
v
2
REGISTRY
=
gcr.io/google_containers
IMAGE
=
gci-mounter
...
...
cluster/gce/gci/mounter/mounter
View file @
90053e34
...
...
@@ -18,7 +18,7 @@ set -e
set
-o
pipefail
MOUNTER_DOCKER_IMAGE
=
gcr.io/google_containers/gci-mounter
MOUNTER_DOCKER_VERSION
=
v
1
MOUNTER_DOCKER_VERSION
=
v
2
MOUNTER_USER
=
root
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