Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 1/debian11/1.16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ FROM marketplace.gcr.io/google/c2d-debian11

ARG DEBIAN_FRONTEND=noninteractive

ENV FLUENTD_VERSION 1.16.2
ENV FLUENTD_VERSION 1.16.3
ENV RUBY_VERSION 2.7.0
ENV RUBY_GPG 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
ENV RVM_SHA256 7bbf79be95e516f72945e558a4290b40ff8714158140a00991d42172ff78e209

ENV C2D_RELEASE=1.16.2
ENV C2D_RELEASE=1.16.3

COPY Gemfile.conf /Gemfile.conf

Expand Down
6 changes: 3 additions & 3 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ versions:
from: marketplace.gcr.io/google/c2d-debian11
packages:
fluentd:
version: 1.16.2
version: 1.16.3
ruby:
gpg: 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
version: 2.7.0
rvm:
sha256: 7bbf79be95e516f72945e558a4290b40ff8714158140a00991d42172ff78e209
repo: fluentd1
tags:
- 1.16.2-debian11
- 1.16.3-debian11
- 1.16-debian11
- 1-debian11
- 1.16.2
- 1.16.3
- '1.16'
- '1'
- latest
Expand Down