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
025a0b3b
Commit
025a0b3b
authored
Aug 02, 2018
by
Satyadeep Musuvathy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade debian-base to 0.3.1 for CVEs
parent
8f92b8e2
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
21 additions
and
21 deletions
+21
-21
Makefile
build/debian-base/Makefile
+1
-1
Makefile
build/debian-hyperkube-base/Makefile
+2
-2
Makefile
build/debian-iptables/Makefile
+2
-2
BASEIMAGE
test/images/pets/peer-finder/BASEIMAGE
+4
-4
BASEIMAGE
test/images/pets/redis-installer/BASEIMAGE
+4
-4
BASEIMAGE
test/images/pets/zookeeper-installer/BASEIMAGE
+4
-4
BASEIMAGE
test/images/resource-consumer/BASEIMAGE
+4
-4
No files found.
build/debian-base/Makefile
View file @
025a0b3b
...
@@ -18,7 +18,7 @@ REGISTRY ?= staging-k8s.gcr.io
...
@@ -18,7 +18,7 @@ REGISTRY ?= staging-k8s.gcr.io
IMAGE
?=
debian-base
IMAGE
?=
debian-base
BUILD_IMAGE
?=
debian-build
BUILD_IMAGE
?=
debian-build
TAG
?=
0.3
TAG
?=
0.3
.1
TAR_FILE
?=
rootfs.tar
TAR_FILE
?=
rootfs.tar
ARCH
?=
amd64
ARCH
?=
amd64
...
...
build/debian-hyperkube-base/Makefile
View file @
025a0b3b
...
@@ -19,11 +19,11 @@
...
@@ -19,11 +19,11 @@
REGISTRY
?=
staging-k8s.gcr.io
REGISTRY
?=
staging-k8s.gcr.io
IMAGE
?=
debian-hyperkube-base
IMAGE
?=
debian-hyperkube-base
TAG
=
0.10
TAG
=
0.10
.1
ARCH
?=
amd64
ARCH
?=
amd64
CACHEBUST
?=
1
CACHEBUST
?=
1
BASEIMAGE
=
k8s.gcr.io/debian-base-
$(ARCH)
:0.3
BASEIMAGE
=
k8s.gcr.io/debian-base-
$(ARCH)
:0.3
.1
CNI_VERSION
=
v0.6.0
CNI_VERSION
=
v0.6.0
TEMP_DIR
:=
$(
shell
mktemp
-d
)
TEMP_DIR
:=
$(
shell
mktemp
-d
)
...
...
build/debian-iptables/Makefile
View file @
025a0b3b
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
REGISTRY
?=
"staging-k8s.gcr.io"
REGISTRY
?=
"staging-k8s.gcr.io"
IMAGE
=
debian-iptables
IMAGE
=
debian-iptables
TAG
=
v10
TAG
=
v10
.1
ARCH
?=
amd64
ARCH
?=
amd64
TEMP_DIR
:=
$(
shell
mktemp
-d
)
TEMP_DIR
:=
$(
shell
mktemp
-d
)
QEMUVERSION
=
v2.9.1
QEMUVERSION
=
v2.9.1
...
@@ -34,7 +34,7 @@ ifeq ($(ARCH),s390x)
...
@@ -34,7 +34,7 @@ ifeq ($(ARCH),s390x)
QEMUARCH
=
s390x
QEMUARCH
=
s390x
endif
endif
BASEIMAGE
=
k8s.gcr.io/debian-base-
$(ARCH)
:0.3
BASEIMAGE
=
k8s.gcr.io/debian-base-
$(ARCH)
:0.3
.1
build
:
build
:
cp
./
*
$(TEMP_DIR)
cp
./
*
$(TEMP_DIR)
...
...
test/images/pets/peer-finder/BASEIMAGE
View file @
025a0b3b
amd64=k8s.gcr.io/debian-base-amd64:0.3
amd64=k8s.gcr.io/debian-base-amd64:0.3
.1
arm=k8s.gcr.io/debian-base-arm:0.3
arm=k8s.gcr.io/debian-base-arm:0.3
.1
arm64=k8s.gcr.io/debian-base-arm64:0.3
arm64=k8s.gcr.io/debian-base-arm64:0.3
.1
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3
.1
test/images/pets/redis-installer/BASEIMAGE
View file @
025a0b3b
amd64=k8s.gcr.io/debian-base-amd64:0.3
amd64=k8s.gcr.io/debian-base-amd64:0.3
.1
arm=k8s.gcr.io/debian-base-arm:0.3
arm=k8s.gcr.io/debian-base-arm:0.3
.1
arm64=k8s.gcr.io/debian-base-arm64:0.3
arm64=k8s.gcr.io/debian-base-arm64:0.3
.1
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3
.1
test/images/pets/zookeeper-installer/BASEIMAGE
View file @
025a0b3b
amd64=k8s.gcr.io/debian-base-amd64:0.3
amd64=k8s.gcr.io/debian-base-amd64:0.3
.1
arm=k8s.gcr.io/debian-base-arm:0.3
arm=k8s.gcr.io/debian-base-arm:0.3
.1
arm64=k8s.gcr.io/debian-base-arm64:0.3
arm64=k8s.gcr.io/debian-base-arm64:0.3
.1
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3
.1
test/images/resource-consumer/BASEIMAGE
View file @
025a0b3b
amd64=k8s.gcr.io/debian-base-amd64:0.3
amd64=k8s.gcr.io/debian-base-amd64:0.3
.1
arm=k8s.gcr.io/debian-base-arm:0.3
arm=k8s.gcr.io/debian-base-arm:0.3
.1
arm64=k8s.gcr.io/debian-base-arm64:0.3
arm64=k8s.gcr.io/debian-base-arm64:0.3
.1
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3
.1
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