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
f16b00b3
Commit
f16b00b3
authored
Nov 28, 2017
by
Davanum Srinivas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update build/root/WORKSPACE and cluster/images/hyperkube/Makefile for the new tag
parent
e378a2a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
WORKSPACE
build/root/WORKSPACE
+2
-2
Makefile
cluster/images/hyperkube/Makefile
+1
-1
No files found.
build/root/WORKSPACE
View file @
f16b00b3
...
@@ -88,10 +88,10 @@ docker_pull(
...
@@ -88,10 +88,10 @@ docker_pull(
docker_pull(
docker_pull(
name = "debian-hyperkube-base-amd64",
name = "debian-hyperkube-base-amd64",
digest = "sha256:
1a05a58432254268c31ef5c8d9c21f3d01a40611b14707de6ac2772c0793bd13
",
digest = "sha256:
fc1b461367730660ac5a40c1eb2d1b23221829acf8a892981c12361383b3742b
",
registry = "gcr.io",
registry = "gcr.io",
repository = "google-containers/debian-hyperkube-base-amd64",
repository = "google-containers/debian-hyperkube-base-amd64",
tag = "0.
7
", # ignored, but kept here for documentation
tag = "0.
8
", # ignored, but kept here for documentation
)
)
docker_pull(
docker_pull(
...
...
cluster/images/hyperkube/Makefile
View file @
f16b00b3
...
@@ -21,7 +21,7 @@ REGISTRY?=gcr.io/google-containers
...
@@ -21,7 +21,7 @@ REGISTRY?=gcr.io/google-containers
ARCH
?=
amd64
ARCH
?=
amd64
HYPERKUBE_BIN
?=
_output/dockerized/bin/linux/
$(ARCH)
/hyperkube
HYPERKUBE_BIN
?=
_output/dockerized/bin/linux/
$(ARCH)
/hyperkube
BASEIMAGE
=
gcr.io/google-containers/debian-hyperkube-base-
$(ARCH)
:0.
7
BASEIMAGE
=
gcr.io/google-containers/debian-hyperkube-base-
$(ARCH)
:0.
8
TEMP_DIR
:=
$(
shell
mktemp
-d
-t
hyperkubeXXXXXX
)
TEMP_DIR
:=
$(
shell
mktemp
-d
-t
hyperkubeXXXXXX
)
all
:
build
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