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
932a6267
Commit
932a6267
authored
Mar 19, 2018
by
Ryan Phillips
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add udev to hyperkube and bump versions
parent
ac5071de
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
Dockerfile
build/debian-hyperkube-base/Dockerfile
+1
-0
Makefile
build/debian-hyperkube-base/Makefile
+1
-1
WORKSPACE
build/root/WORKSPACE
+2
-2
Makefile
cluster/images/hyperkube/Makefile
+1
-1
No files found.
build/debian-hyperkube-base/Dockerfile
View file @
932a6267
...
...
@@ -40,6 +40,7 @@ RUN echo CACHEBUST>/dev/null && clean-install \
openssh-client
\
nfs-common
\
socat
\
udev
\
util-linux
COPY
cni-bin/bin /opt/cni/bin
build/debian-hyperkube-base/Makefile
View file @
932a6267
...
...
@@ -19,7 +19,7 @@
REGISTRY
?=
staging-k8s.gcr.io
IMAGE
?=
debian-hyperkube-base
TAG
=
0.
9
TAG
=
0.
10
ARCH
?=
amd64
CACHEBUST
?=
1
...
...
build/root/WORKSPACE
View file @
932a6267
...
...
@@ -67,10 +67,10 @@ docker_pull(
docker_pull(
name = "debian-hyperkube-base-amd64",
digest = "sha256:
d83594ecd85345144584523e7fa5388467edf5d2dfa30d0a1bcbf184cddf4a7b
",
digest = "sha256:
cc782ed16599000ca4c85d47ec6264753747ae1e77520894dca84b104a7621e2
",
registry = "k8s.gcr.io",
repository = "debian-hyperkube-base-amd64",
tag = "0.
9
", # ignored, but kept here for documentation
tag = "0.
10
", # ignored, but kept here for documentation
)
docker_pull(
...
...
cluster/images/hyperkube/Makefile
View file @
932a6267
...
...
@@ -22,7 +22,7 @@ ARCH?=amd64
OUT_DIR
?=
_output
HYPERKUBE_BIN
?=
$(OUT_DIR)
/dockerized/bin/linux/
$(ARCH)
/hyperkube
BASEIMAGE
=
k8s.gcr.io/debian-hyperkube-base-
$(ARCH)
:0.
8
BASEIMAGE
=
k8s.gcr.io/debian-hyperkube-base-
$(ARCH)
:0.
10
TEMP_DIR
:=
$(
shell
mktemp
-d
-t
hyperkubeXXXXXX
)
all
:
build
...
...
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