diff --git a/v1.16/alpine/hooks/post_push b/v1.16/alpine/hooks/post_push index 41e9bff3..0aa1704d 100644 --- a/v1.16/alpine/hooks/post_push +++ b/v1.16/alpine/hooks/post_push @@ -9,7 +9,7 @@ tagStart=$(expr index "$IMAGE_NAME" :) repoName=${IMAGE_NAME:0:tagStart-1} # Tag and push image for each additional tag -for tag in {v1.16.3-1.0,v1.16-1,edge}; do +for tag in {v1.16.3-1.1,v1.16-1,edge}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} diff --git a/v1.16/arm64/debian/Dockerfile b/v1.16/arm64/debian/Dockerfile index 4e44a9f0..62d862dd 100644 --- a/v1.16/arm64/debian/Dockerfile +++ b/v1.16/arm64/debian/Dockerfile @@ -8,7 +8,7 @@ ENV QEMU_DOWNLOAD_SHA256 5db25cccb40ac7b1ca857653b883376b931d91b06ff34ffe70dcf61 RUN apk add curl --no-cache RUN curl -sL -o qemu-6.0.0.balena1-aarch64.tar.gz https://github.com/balena-io/qemu/releases/download/v6.0.0%2Bbalena1/qemu-6.0.0.balena1-aarch64.tar.gz && echo "$QEMU_DOWNLOAD_SHA256 *qemu-6.0.0.balena1-aarch64.tar.gz" | sha256sum -c - | tar zxvf qemu-6.0.0.balena1-aarch64.tar.gz -C . && mv qemu-6.0.0+balena1-aarch64/qemu-aarch64-static . -FROM arm64v8/ruby:3.1-slim-bullseye +FROM arm64v8/ruby:3.2-slim-bookworm COPY --from=builder /go/qemu-aarch64-static /usr/bin/ LABEL maintainer "Fluentd developers " LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.3" diff --git a/v1.16/arm64/debian/hooks/post_push b/v1.16/arm64/debian/hooks/post_push index f32d67fe..60747176 100644 --- a/v1.16/arm64/debian/hooks/post_push +++ b/v1.16/arm64/debian/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image for each additional tag -for tag in {v1.16.3-debian-arm64-1.0,v1.16-debian-arm64-1,edge-debian-arm64}; do +for tag in {v1.16.3-debian-arm64-1.1,v1.16-debian-arm64-1,edge-debian-arm64}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} diff --git a/v1.16/armhf/debian/Dockerfile b/v1.16/armhf/debian/Dockerfile index 97e4813a..cd328544 100644 --- a/v1.16/armhf/debian/Dockerfile +++ b/v1.16/armhf/debian/Dockerfile @@ -8,7 +8,7 @@ ENV QEMU_DOWNLOAD_SHA256 47ae430b0e7c25e1bde290ac447a720e2ea6c6e78cd84e44847edda RUN apk add curl --no-cache RUN curl -sL -o qemu-3.0.0+resin-arm.tar.gz https://github.com/balena-io/qemu/releases/download/v3.0.0%2Bresin/qemu-3.0.0+resin-arm.tar.gz && echo "$QEMU_DOWNLOAD_SHA256 *qemu-3.0.0+resin-arm.tar.gz" | sha256sum -c - | tar zxvf qemu-3.0.0+resin-arm.tar.gz -C . && mv qemu-3.0.0+resin-arm/qemu-arm-static . -FROM arm32v7/ruby:3.1-slim-bullseye +FROM arm32v7/ruby:3.2-slim-bookworm COPY --from=builder /go/qemu-arm-static /usr/bin/ LABEL maintainer "Fluentd developers " LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.3" diff --git a/v1.16/armhf/debian/hooks/post_push b/v1.16/armhf/debian/hooks/post_push index c209d5f5..0f9fee31 100644 --- a/v1.16/armhf/debian/hooks/post_push +++ b/v1.16/armhf/debian/hooks/post_push @@ -9,7 +9,7 @@ tagStart=$(expr index "$IMAGE_NAME" :) repoName=${IMAGE_NAME:0:tagStart-1} # Tag and push image for each additional tag -for tag in {v1.16.3-debian-armhf-1.0,v1.16-debian-armhf-1,edge-debian-armhf}; do +for tag in {v1.16.3-debian-armhf-1.1,v1.16-debian-armhf-1,edge-debian-armhf}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} diff --git a/v1.16/debian/Dockerfile b/v1.16/debian/Dockerfile index 8780274d..a1050a6b 100644 --- a/v1.16/debian/Dockerfile +++ b/v1.16/debian/Dockerfile @@ -1,7 +1,7 @@ # AUTOMATICALLY GENERATED # DO NOT EDIT THIS FILE DIRECTLY, USE /Dockerfile.template.erb -FROM ruby:3.1-slim-bullseye +FROM ruby:3.2-slim-bookworm LABEL maintainer "Fluentd developers " LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.3" ENV TINI_VERSION=0.18.0 diff --git a/v1.16/debian/hooks/post_push b/v1.16/debian/hooks/post_push index ec15d15e..9840f3f2 100644 --- a/v1.16/debian/hooks/post_push +++ b/v1.16/debian/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image for each additional tag -for tag in {v1.16.3-debian-amd64-1.0,v1.16-debian-amd64-1,edge-debian-amd64}; do +for tag in {v1.16.3-debian-amd64-1.1,v1.16-debian-amd64-1,edge-debian-amd64}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag}