Skip to content

Commit

Permalink
Dockerfile: bump up dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Kohei Tokunaga <[email protected]>
  • Loading branch information
ktock committed Feb 25, 2025
1 parent 65f684d commit d5ca656
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,20 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG CONTAINERD_VERSION=v2.0.0
ARG RUNC_VERSION=v1.2.1
ARG CNI_PLUGINS_VERSION=v1.6.0
# TODO: support v2
ARG NERDCTL_VERSION=1.7.7

ARG PODMAN_VERSION=v5.2.5
ARG CRIO_VERSION=v1.31.2
ARG CONTAINERD_VERSION=v2.0.2
ARG RUNC_VERSION=v1.2.5
ARG CNI_PLUGINS_VERSION=v1.6.2
ARG NERDCTL_VERSION=2.0.3

ARG PODMAN_VERSION=v5.4.0
ARG CRIO_VERSION=v1.32.1
ARG CONMON_VERSION=v2.1.12
ARG COMMON_VERSION=v0.61.0
ARG COMMON_VERSION=v0.62.0
ARG CRIO_TEST_PAUSE_IMAGE_NAME=registry.k8s.io/pause:3.6
ARG NETAVARK_VERSION=v1.13.0
ARG NETAVARK_VERSION=v1.14.0

ARG CONTAINERIZED_SYSTEMD_VERSION=v0.1.1
ARG SLIRP4NETNS_VERSION=v1.3.1
ARG SLIRP4NETNS_VERSION=v1.3.2
ARG PAUSE_IMAGE_NAME_TEST=registry.k8s.io/pause:3.10

# Used in CI
Expand Down

0 comments on commit d5ca656

Please sign in to comment.