Skip to content

Commit

Permalink
Merge pull request #259 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
update components (Kubernetes v1.24.0)
  • Loading branch information
AkihiroSuda authored May 6, 2022
2 parents 191445c + 1bb12b6 commit 1f70c9d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@
### Version definitions
# use ./hack/show-latest-commits.sh to get the latest commits

# 2022-04-14T03:53:30Z
ARG ROOTLESSKIT_COMMIT=349f2abddb660ffc07d167cf06634149995f6432
# 2022-04-20T17:09:22Z
ARG CONTAINERD_COMMIT=1a236784dcb7a8b65fb81f442cce8212cbb10381
# 2022-04-21T04:48:55Z
ARG CRIO_COMMIT=a9a4b7a1c025520b5bff8854c92296e994a34c14
# 2022-05-02T08:23:41Z
ARG ROOTLESSKIT_COMMIT=c5f0bd3d3d59768c1d3416ef09a6ddb6f0e1e0fb
# 2022-05-05T23:32:16Z
ARG CONTAINERD_COMMIT=459179360a6b37eefda1e5b682f3c5e33a39193a
# 2022-05-05T23:58:05Z
ARG CRIO_COMMIT=c62a882c54233630e14afddd25c014ebce413f88

ARG KUBE_NODE_COMMIT=v1.24.0-rc.0
ARG KUBE_NODE_COMMIT=v1.24.0

# Version definitions (cont.)
ARG SLIRP4NETNS_RELEASE=v1.2.0-beta.0
ARG SLIRP4NETNS_RELEASE=v1.2.0
ARG CONMON_RELEASE=2.1.0
ARG CRUN_RELEASE=1.4.4
ARG CRUN_RELEASE=1.4.5
ARG FUSE_OVERLAYFS_RELEASE=v1.8.2
ARG CONTAINERD_FUSE_OVERLAYFS_RELEASE=1.0.4
ARG KUBE_MASTER_RELEASE=v1.24.0-rc.0
ARG KUBE_MASTER_RELEASE=v1.24.0
# Kube's build script requires KUBE_GIT_VERSION to be set to a semver string
ARG KUBE_GIT_VERSION=v1.24.0-usernetes
ARG CNI_PLUGINS_RELEASE=v1.1.1
ARG FLANNEL_CNI_PLUGIN_RELEASE=v1.0.1
ARG FLANNEL_RELEASE=v0.17.0
ARG ETCD_RELEASE=v3.5.3
ARG ETCD_RELEASE=v3.5.4
ARG CFSSL_RELEASE=1.6.1

ARG ALPINE_RELEASE=3.15
Expand Down

0 comments on commit 1f70c9d

Please sign in to comment.