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
66965daf
Commit
66965daf
authored
Oct 13, 2017
by
Ryan Phillips
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump base images to debian stretch
parent
4793b714
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
35 additions
and
36 deletions
+35
-36
common.sh
build/common.sh
+1
-1
Dockerfile.build
build/debian-base/Dockerfile.build
+1
-2
Makefile
build/debian-base/Makefile
+6
-6
Makefile
build/debian-hyperkube-base/Makefile
+1
-1
Makefile
build/debian-iptables/Makefile
+2
-2
WORKSPACE
build/root/WORKSPACE
+3
-3
BASEIMAGE
test/images/pets/peer-finder/BASEIMAGE
+4
-4
VERSION
test/images/pets/peer-finder/VERSION
+1
-1
BASEIMAGE
test/images/pets/redis-installer/BASEIMAGE
+4
-4
VERSION
test/images/pets/redis-installer/VERSION
+1
-1
BASEIMAGE
test/images/pets/zookeeper-installer/BASEIMAGE
+4
-4
VERSION
test/images/pets/zookeeper-installer/VERSION
+1
-1
BASEIMAGE
test/images/resource-consumer/BASEIMAGE
+4
-4
VERSION
test/images/resource-consumer/VERSION
+1
-1
manifest.go
test/utils/image/manifest.go
+1
-1
No files found.
build/common.sh
View file @
66965daf
...
@@ -85,7 +85,7 @@ readonly KUBE_CONTAINER_RSYNC_PORT=8730
...
@@ -85,7 +85,7 @@ readonly KUBE_CONTAINER_RSYNC_PORT=8730
#
#
# $1 - server architecture
# $1 - server architecture
kube::build::get_docker_wrapped_binaries
()
{
kube::build::get_docker_wrapped_binaries
()
{
debian_iptables_version
=
v
8
debian_iptables_version
=
v
9
### If you change any of these lists, please also update DOCKERIZED_BINARIES
### If you change any of these lists, please also update DOCKERIZED_BINARIES
### in build/BUILD.
### in build/BUILD.
case
$1
in
case
$1
in
...
...
build/debian-base/Dockerfile.build
View file @
66965daf
...
@@ -44,7 +44,6 @@ RUN echo "Yes, do as I say!" | apt-get purge \
...
@@ -44,7 +44,6 @@ RUN echo "Yes, do as I say!" | apt-get purge \
debconf-i18n \
debconf-i18n \
e2fslibs \
e2fslibs \
e2fsprogs \
e2fsprogs \
gcc-4.8-base \
init \
init \
initscripts \
initscripts \
libcap2-bin \
libcap2-bin \
...
@@ -54,7 +53,7 @@ RUN echo "Yes, do as I say!" | apt-get purge \
...
@@ -54,7 +53,7 @@ RUN echo "Yes, do as I say!" | apt-get purge \
libudev1 \
libudev1 \
libblkid1 \
libblkid1 \
libncursesw5 \
libncursesw5 \
libprocps
3
\
libprocps
6
\
libslang2 \
libslang2 \
libss2 \
libss2 \
libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl \
libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl \
...
...
build/debian-base/Makefile
View file @
66965daf
...
@@ -18,7 +18,7 @@ REGISTRY ?= gcr.io/google-containers
...
@@ -18,7 +18,7 @@ REGISTRY ?= gcr.io/google-containers
IMAGE
?=
debian-base
IMAGE
?=
debian-base
BUILD_IMAGE
?=
debian-build
BUILD_IMAGE
?=
debian-build
TAG
?=
0.
2
TAG
?=
0.
3
TAR_FILE
?=
rootfs.tar
TAR_FILE
?=
rootfs.tar
ARCH
?=
amd64
ARCH
?=
amd64
...
@@ -26,22 +26,22 @@ TEMP_DIR:=$(shell mktemp -d)
...
@@ -26,22 +26,22 @@ TEMP_DIR:=$(shell mktemp -d)
QEMUVERSION
=
v2.9.1
QEMUVERSION
=
v2.9.1
ifeq
($(ARCH),amd64)
ifeq
($(ARCH),amd64)
BASEIMAGE
?=
debian:
jessie
BASEIMAGE
?=
debian:
stretch
endif
endif
ifeq
($(ARCH),arm)
ifeq
($(ARCH),arm)
BASEIMAGE
?=
arm32v7/debian:
jessie
BASEIMAGE
?=
arm32v7/debian:
stretch
QEMUARCH
=
arm
QEMUARCH
=
arm
endif
endif
ifeq
($(ARCH),arm64)
ifeq
($(ARCH),arm64)
BASEIMAGE
?=
arm64v8/debian:
jessie
BASEIMAGE
?=
arm64v8/debian:
stretch
QEMUARCH
=
aarch64
QEMUARCH
=
aarch64
endif
endif
ifeq
($(ARCH),ppc64le)
ifeq
($(ARCH),ppc64le)
BASEIMAGE
?=
ppc64le/debian:
jessie
BASEIMAGE
?=
ppc64le/debian:
stretch
QEMUARCH
=
ppc64le
QEMUARCH
=
ppc64le
endif
endif
ifeq
($(ARCH),s390x)
ifeq
($(ARCH),s390x)
BASEIMAGE
?=
s390x/debian:
jessie
BASEIMAGE
?=
s390x/debian:
stretch
QEMUARCH
=
s390x
QEMUARCH
=
s390x
endif
endif
...
...
build/debian-hyperkube-base/Makefile
View file @
66965daf
...
@@ -23,7 +23,7 @@ TAG=0.6
...
@@ -23,7 +23,7 @@ TAG=0.6
ARCH
?=
amd64
ARCH
?=
amd64
CACHEBUST
?=
1
CACHEBUST
?=
1
BASEIMAGE
=
gcr.io/google-containers/debian-base-
$(ARCH)
:0.
2
BASEIMAGE
=
gcr.io/google-containers/debian-base-
$(ARCH)
:0.
3
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 @
66965daf
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
REGISTRY
?=
"gcr.io/google-containers"
REGISTRY
?=
"gcr.io/google-containers"
IMAGE
=
debian-iptables
IMAGE
=
debian-iptables
TAG
=
v
8
TAG
=
v
9
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
=
gcr.io/google-containers/debian-base-
$(ARCH)
:0.
2
BASEIMAGE
=
gcr.io/google-containers/debian-base-
$(ARCH)
:0.
3
build
:
build
:
cp
./
*
$(TEMP_DIR)
cp
./
*
$(TEMP_DIR)
...
...
build/root/WORKSPACE
View file @
66965daf
...
@@ -62,15 +62,15 @@ http_file(
...
@@ -62,15 +62,15 @@ http_file(
docker_pull(
docker_pull(
name = "debian-iptables-amd64",
name = "debian-iptables-amd64",
digest = "sha256:
2e747bc7455b46350d8e57f05c03e109fa306861e7b2a2e8e1cd563932170cf1
",
digest = "sha256:
efc1d8a37f141869b7e45fa4e153ebea11502ee3d0ac29b25cd94cb02a40a91c
",
registry = "gcr.io",
registry = "gcr.io",
repository = "google-containers/debian-iptables-amd64",
repository = "google-containers/debian-iptables-amd64",
tag = "v
8
", # ignored, but kept here for documentation
tag = "v
9
", # ignored, but kept here for documentation
)
)
docker_pull(
docker_pull(
name = "debian-hyperkube-base-amd64",
name = "debian-hyperkube-base-amd64",
digest = "sha256:1
0546d592e58d5fdb2e25d79f291b8ac62c8d3a3d83337ad7309cca766dbebce
",
digest = "sha256:1
a05a58432254268c31ef5c8d9c21f3d01a40611b14707de6ac2772c0793bd13
",
registry = "gcr.io",
registry = "gcr.io",
repository = "google-containers/debian-hyperkube-base-amd64",
repository = "google-containers/debian-hyperkube-base-amd64",
tag = "0.6", # ignored, but kept here for documentation
tag = "0.6", # ignored, but kept here for documentation
...
...
test/images/pets/peer-finder/BASEIMAGE
View file @
66965daf
amd64=gcr.io/google-containers/debian-base-amd64:0.
2
amd64=gcr.io/google-containers/debian-base-amd64:0.
3
arm=gcr.io/google-containers/debian-base-arm:0.
2
arm=gcr.io/google-containers/debian-base-arm:0.
3
arm64=gcr.io/google-containers/debian-base-arm64:0.
2
arm64=gcr.io/google-containers/debian-base-arm64:0.
3
ppc64le=gcr.io/google-containers/debian-base-ppc64le:0.
2
ppc64le=gcr.io/google-containers/debian-base-ppc64le:0.
3
test/images/pets/peer-finder/VERSION
View file @
66965daf
1.
0
1.
1
test/images/pets/redis-installer/BASEIMAGE
View file @
66965daf
amd64=gcr.io/google-containers/debian-base-amd64:0.
2
amd64=gcr.io/google-containers/debian-base-amd64:0.
3
arm=gcr.io/google-containers/debian-base-arm:0.
2
arm=gcr.io/google-containers/debian-base-arm:0.
3
arm64=gcr.io/google-containers/debian-base-arm64:0.
2
arm64=gcr.io/google-containers/debian-base-arm64:0.
3
ppc64le=gcr.io/google-containers/debian-base-ppc64le:0.
2
ppc64le=gcr.io/google-containers/debian-base-ppc64le:0.
3
test/images/pets/redis-installer/VERSION
View file @
66965daf
1.
0
1.
1
test/images/pets/zookeeper-installer/BASEIMAGE
View file @
66965daf
amd64=gcr.io/google-containers/debian-base-amd64:0.
2
amd64=gcr.io/google-containers/debian-base-amd64:0.
3
arm=gcr.io/google-containers/debian-base-arm:0.
2
arm=gcr.io/google-containers/debian-base-arm:0.
3
arm64=gcr.io/google-containers/debian-base-arm64:0.
2
arm64=gcr.io/google-containers/debian-base-arm64:0.
3
ppc64le=gcr.io/google-containers/debian-base-ppc64le:0.
2
ppc64le=gcr.io/google-containers/debian-base-ppc64le:0.
3
test/images/pets/zookeeper-installer/VERSION
View file @
66965daf
1.
0
1.
1
test/images/resource-consumer/BASEIMAGE
View file @
66965daf
amd64=gcr.io/google-containers/debian-base-amd64:0.
2
amd64=gcr.io/google-containers/debian-base-amd64:0.
3
arm=gcr.io/google-containers/debian-base-arm:0.
2
arm=gcr.io/google-containers/debian-base-arm:0.
3
arm64=gcr.io/google-containers/debian-base-arm64:0.
2
arm64=gcr.io/google-containers/debian-base-arm64:0.
3
ppc64le=gcr.io/google-containers/debian-base-ppc64le:0.
2
ppc64le=gcr.io/google-containers/debian-base-ppc64le:0.
3
test/images/resource-consumer/VERSION
View file @
66965daf
1.
2
1.
3
test/utils/image/manifest.go
View file @
66965daf
...
@@ -77,7 +77,7 @@ var (
...
@@ -77,7 +77,7 @@ var (
Porter
=
ImageConfig
{
e2eRegistry
,
"porter"
,
"1.0"
}
Porter
=
ImageConfig
{
e2eRegistry
,
"porter"
,
"1.0"
}
PortForwardTester
=
ImageConfig
{
e2eRegistry
,
"port-forward-tester"
,
"1.0"
}
PortForwardTester
=
ImageConfig
{
e2eRegistry
,
"port-forward-tester"
,
"1.0"
}
Redis
=
ImageConfig
{
e2eRegistry
,
"redis"
,
"1.0"
}
Redis
=
ImageConfig
{
e2eRegistry
,
"redis"
,
"1.0"
}
ResourceConsumer
=
ImageConfig
{
e2eRegistry
,
"resource-consumer"
,
"1.
1
"
}
ResourceConsumer
=
ImageConfig
{
e2eRegistry
,
"resource-consumer"
,
"1.
3
"
}
ResourceController
=
ImageConfig
{
e2eRegistry
,
"resource-consumer/controller"
,
"1.0"
}
ResourceController
=
ImageConfig
{
e2eRegistry
,
"resource-consumer/controller"
,
"1.0"
}
ServeHostname
=
ImageConfig
{
e2eRegistry
,
"serve-hostname"
,
"1.0"
}
ServeHostname
=
ImageConfig
{
e2eRegistry
,
"serve-hostname"
,
"1.0"
}
TestWebserver
=
ImageConfig
{
e2eRegistry
,
"test-webserver"
,
"1.0"
}
TestWebserver
=
ImageConfig
{
e2eRegistry
,
"test-webserver"
,
"1.0"
}
...
...
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