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
330ed527
Commit
330ed527
authored
Jul 13, 2018
by
Lantao Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update crictl to v1.11.1.
Signed-off-by:
Lantao Liu
<
lantaol@google.com
>
parent
16c5ba41
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
WORKSPACE
build/root/WORKSPACE
+1
-1
cri-tools.spec
build/rpms/cri-tools.spec
+1
-1
workspace.bzl
build/workspace.bzl
+1
-1
configure.sh
cluster/gce/gci/configure.sh
+2
-2
No files found.
build/root/WORKSPACE
View file @
330ed527
...
...
@@ -61,7 +61,7 @@ http_file(
http_file(
name = "cri_tools",
sha256 = "
672cdc7670003949bb247fb2e3e0dccab74de0075fc283d6579e88a6c1ab3256
",
sha256 = "
ccf83574556793ceb01717dc91c66b70f183c60c2bbec70283939aae8fdef768
",
urls = mirror("https://github.com/kubernetes-incubator/cri-tools/releases/download/v%s/crictl-v%s-linux-amd64.tar.gz" % (CRI_TOOLS_VERSION, CRI_TOOLS_VERSION)),
)
...
...
build/rpms/cri-tools.spec
View file @
330ed527
...
...
@@ -11,7 +11,7 @@ Binaries to interface with the container runtime.
%prep
# This has to be hard coded because bazel does a path substitution before rpm's %{version} is substituted.
tar -xzf {crictl-v1.11.
0
-linux-amd64.tar.gz}
tar -xzf {crictl-v1.11.
1
-linux-amd64.tar.gz}
%install
install -m 755 -d %{buildroot}%{_bindir}
...
...
build/workspace.bzl
View file @
330ed527
...
...
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
CRI_TOOLS_VERSION = "1.11.
0
"
CRI_TOOLS_VERSION = "1.11.
1
"
cluster/gce/gci/configure.sh
View file @
330ed527
...
...
@@ -28,8 +28,8 @@ DEFAULT_CNI_VERSION="v0.6.0"
DEFAULT_CNI_SHA1
=
"d595d3ded6499a64e8dac02466e2f5f2ce257c9f"
DEFAULT_NPD_VERSION
=
"v0.5.0"
DEFAULT_NPD_SHA1
=
"650ecfb2ae495175ee43706d0bd862a1ea7f1395"
DEFAULT_CRICTL_VERSION
=
"v1.11.
0
"
DEFAULT_CRICTL_SHA1
=
"
8f5142b985d314cdebb51afd55054d5ec00c442a
"
DEFAULT_CRICTL_VERSION
=
"v1.11.
1
"
DEFAULT_CRICTL_SHA1
=
"
527fca5a0ecef6a8e6433e2af9cf83f63aff5694
"
DEFAULT_MOUNTER_TAR_SHA
=
"8003b798cf33c7f91320cd6ee5cec4fa22244571"
###
...
...
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