Skip to content

Commit

Permalink
Merge pull request #280 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
update components (Kubernetes v1.27.2)
  • Loading branch information
AkihiroSuda committed May 18, 2023
2 parents 57e51f2 + ca7e172 commit 58df6ea
Show file tree
Hide file tree
Showing 3 changed files with 298 additions and 633 deletions.
28 changes: 14 additions & 14 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@
# use ./hack/show-latest-commits.sh to get the latest commits

ARG ROOTLESSKIT_COMMIT=v1.1.0
ARG CONTAINERD_COMMIT=v1.7.0
ARG CRIO_COMMIT=v1.26.3
ARG CONTAINERD_COMMIT=v1.7.1
ARG CRIO_COMMIT=v1.27.0

ARG KUBE_NODE_COMMIT=v1.27.0-rc.0
ARG KUBE_NODE_COMMIT=v1.27.2

# Version definitions (cont.)
ARG SLIRP4NETNS_RELEASE=v1.2.0
ARG CONMON_RELEASE=2.1.7
ARG CRUN_RELEASE=1.8.3
ARG FUSE_OVERLAYFS_RELEASE=v1.11
ARG CONTAINERD_FUSE_OVERLAYFS_RELEASE=1.0.5
ARG KUBE_MASTER_RELEASE=v1.27.0-rc.0
ARG CRUN_RELEASE=1.8.4
ARG FUSE_OVERLAYFS_RELEASE=v1.12
ARG CONTAINERD_FUSE_OVERLAYFS_RELEASE=1.0.6
ARG KUBE_MASTER_RELEASE=v1.27.2
# Kube's build script requires KUBE_GIT_VERSION to be set to a semver string
ARG KUBE_GIT_VERSION=v1.27.0-rc.0
ARG CNI_PLUGINS_RELEASE=v1.2.0
ARG KUBE_GIT_VERSION=v1.27.2
ARG CNI_PLUGINS_RELEASE=v1.3.0
ARG FLANNEL_CNI_PLUGIN_RELEASE=v1.1.2
ARG FLANNEL_RELEASE=v0.21.4
ARG ETCD_RELEASE=v3.5.7
ARG CFSSL_RELEASE=1.6.3
ARG FLANNEL_RELEASE=v0.21.5
ARG ETCD_RELEASE=v3.5.9
ARG CFSSL_RELEASE=1.6.4

ARG ALPINE_RELEASE=3.17
ARG ALPINE_RELEASE=3.18
ARG GO_RELEASE=1.20
ARG FEDORA_RELEASE=37
ARG FEDORA_RELEASE=38

### Common base images (common-*)
FROM alpine:${ALPINE_RELEASE} AS common-alpine
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ No SETUID/SETCAP binary is needed, except [`newuidmap(1)`](http://man7.org/linux

## Requirements

Recommended host distributions are Ubuntu 22.04 and Fedora 37.
Recommended host distributions are Ubuntu 22.04 and Fedora 38.

The following requirements have to be satisfied:

Expand Down Expand Up @@ -386,6 +386,6 @@ Usernetes is licensed under the terms of [Apache License Version 2.0](LICENSE).
The binary releases of Usernetes contain files that are licensed under the terms of different licenses:

* `bin/crun`: [GNU GENERAL PUBLIC LICENSE Version 2](docs/binary-release-license/LICENSE-crun), see https://github.com/containers/crun
* `bin/fuse-overlayfs`: [GNU GENERAL PUBLIC LICENSE Version 3](docs/binary-release-license/LICENSE-fuse-overlayfs), see https://github.com/containers/fuse-overlayfs
* `bin/fuse-overlayfs`: [GNU GENERAL PUBLIC LICENSE Version 2](docs/binary-release-license/LICENSE-fuse-overlayfs), see https://github.com/containers/fuse-overlayfs
* `bin/slirp4netns`: [GNU GENERAL PUBLIC LICENSE Version 2](docs/binary-release-license/LICENSE-slirp4netns), see https://github.com/rootless-containers/slirp4netns
* `bin/{cfssl,cfssljson}`: [2-Clause BSD License](docs/binary-release-license/LICENSE-cfssl), see https://github.com/cloudflare/cfssl
Loading

0 comments on commit 58df6ea

Please sign in to comment.