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
861cdd82
Commit
861cdd82
authored
Jan 29, 2019
by
Tim Allclair
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump debian-* base images for security fixes
parent
819dcaaa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Makefile
build/debian-base/Makefile
+1
-1
Makefile
build/debian-hyperkube-base/Makefile
+2
-2
Makefile
build/debian-iptables/Makefile
+2
-2
No files found.
build/debian-base/Makefile
View file @
861cdd82
...
...
@@ -18,7 +18,7 @@ REGISTRY ?= staging-k8s.gcr.io
IMAGE
?=
$(REGISTRY)
/debian-base
BUILD_IMAGE
?=
debian-build
TAG
?=
0.4.
0
TAG
?=
0.4.
1
TAR_FILE
?=
rootfs.tar
ARCH
?=
amd64
...
...
build/debian-hyperkube-base/Makefile
View file @
861cdd82
...
...
@@ -19,12 +19,12 @@
REGISTRY
?=
staging-k8s.gcr.io
IMAGE
?=
$(REGISTRY)
/debian-hyperkube-base
TAG
=
0.12.
0
TAG
=
0.12.
1
ARCH
?=
amd64
ALL_ARCH
=
amd64 arm arm64 ppc64le s390x
CACHEBUST
?=
1
BASEIMAGE
=
k8s.gcr.io/debian-base-
$(ARCH)
:0.4.
0
BASEIMAGE
=
k8s.gcr.io/debian-base-
$(ARCH)
:0.4.
1
CNI_VERSION
=
v0.6.0
TEMP_DIR
:=
$(
shell
mktemp
-d
)
...
...
build/debian-iptables/Makefile
View file @
861cdd82
...
...
@@ -16,12 +16,12 @@
REGISTRY
?=
"staging-k8s.gcr.io"
IMAGE
=
$(REGISTRY)
/debian-iptables
TAG
?=
v11.0
TAG
?=
v11.0
.1
ARCH
?=
amd64
ALL_ARCH
=
amd64 arm arm64 ppc64le s390x
TEMP_DIR
:=
$(
shell
mktemp
-d
)
BASEIMAGE
?=
k8s.gcr.io/debian-base-
$(ARCH)
:0.4.
0
BASEIMAGE
?=
k8s.gcr.io/debian-base-
$(ARCH)
:0.4.
1
# This option is for running docker manifest command
export
DOCKER_CLI_EXPERIMENTAL
:=
enabled
...
...
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