From 67d27358bf83d1a99c3bc7cc73513fadc6d08c34 Mon Sep 17 00:00:00 2001 From: Natalie Somersall Date: Mon, 10 Jun 2024 11:54:56 -0600 Subject: [PATCH] bump runner, docker --- images/rootless-ubuntu-jammy.Dockerfile | 4 ++-- images/ubi8.Dockerfile | 2 +- images/ubi9.Dockerfile | 2 +- images/wolfi.Dockerfile | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/images/rootless-ubuntu-jammy.Dockerfile b/images/rootless-ubuntu-jammy.Dockerfile index 995319f..e6d9ba4 100644 --- a/images/rootless-ubuntu-jammy.Dockerfile +++ b/images/rootless-ubuntu-jammy.Dockerfile @@ -1,11 +1,11 @@ FROM ubuntu:22.04 # GitHub runner arguments -ARG RUNNER_VERSION=2.316.1 +ARG RUNNER_VERSION=2.317.0 ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.0 # Docker and Compose arguments -ARG DOCKER_VERSION=26.1.3 +ARG DOCKER_VERSION=26.1.4 ARG COMPOSE_VERSION=v2.27.0 # Dumb-init version diff --git a/images/ubi8.Dockerfile b/images/ubi8.Dockerfile index d9f0b6a..a5216ed 100644 --- a/images/ubi8.Dockerfile +++ b/images/ubi8.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/ubi-init:8.9 +FROM registry.access.redhat.com/ubi8/ubi-init:8.10 LABEL org.opencontainers.image.source https://github.com/some-natalie/kubernoodles LABEL org.opencontainers.image.path "images/ubi8.Dockerfile" diff --git a/images/ubi9.Dockerfile b/images/ubi9.Dockerfile index c9fcba0..7650d02 100644 --- a/images/ubi9.Dockerfile +++ b/images/ubi9.Dockerfile @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation https://github.com/some-natalie/kub # Arguments ARG TARGETPLATFORM -ARG RUNNER_VERSION=2.316.1 +ARG RUNNER_VERSION=2.317.0 ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.0 # Shell setup diff --git a/images/wolfi.Dockerfile b/images/wolfi.Dockerfile index c6ac357..484f053 100644 --- a/images/wolfi.Dockerfile +++ b/images/wolfi.Dockerfile @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation https://github.com/some-natalie/kub # Arguments ARG TARGETPLATFORM -ARG RUNNER_VERSION=2.316.1 +ARG RUNNER_VERSION=2.317.0 ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.0 ARG DOTNET_VERSION=7