Skip to content

Commit

Permalink
Add v1.16.5-debian-graylog-1.2 images
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
  • Loading branch information
kenhys committed Jul 12, 2024
1 parent 0146ead commit cf9b127
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docker-image/v1.16/arm64/debian-graylog/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem "fluent-plugin-record-modifier", "~> 2.1.0"
gem "fluent-plugin-detect-exceptions", "~> 0.0.13"
gem "fluent-plugin-rewrite-tag-filter", "~> 2.4.0"
gem "fluent-plugin-parser-cri", "~> 0.1.0"
gem "gelf", "3.0.0"
gem "gelf"
gem "fluent-plugin-gelf-hs", "~> 1.0.7"
gem "fluent-plugin-kubernetes_metadata_filter", "~> 3.4.0"
gem "ffi"
Expand Down
4 changes: 2 additions & 2 deletions docker-image/v1.16/arm64/debian-graylog/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ GEM
tzinfo-data (~> 1.0)
webrick (~> 1.4)
yajl-ruby (~> 1.0)
gelf (3.0.0)
gelf (3.1.0)
json
http (5.2.0)
addressable (~> 2.8)
Expand Down Expand Up @@ -132,7 +132,7 @@ DEPENDENCIES
fluent-plugin-rewrite-tag-filter (~> 2.4.0)
fluent-plugin-systemd (~> 1.0.5)
fluentd (= 1.16.5)
gelf (= 3.0.0)
gelf
oj (~> 3.15.0)
rexml (~> 3.2.5)

Expand Down
2 changes: 1 addition & 1 deletion docker-image/v1.16/arm64/debian-graylog/hooks/post_push
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download
chmod +x manifest-tool

# Tag and push image and manifest list for each additional tag
for tag in {v1.16.5-debian-graylog-arm64-1.1,v1.16-debian-graylog-arm64-2}; do
for tag in {v1.16.5-debian-graylog-arm64-1.2,v1.16-debian-graylog-arm64-2}; do
docker tag $IMAGE_NAME ${repoName}:${tag}
docker push ${repoName}:${tag}
# Note: this will fail until both the amd64 and arm64 images have been pushed
Expand Down
2 changes: 1 addition & 1 deletion docker-image/v1.16/debian-graylog/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem "fluent-plugin-record-modifier", "~> 2.1.0"
gem "fluent-plugin-detect-exceptions", "~> 0.0.13"
gem "fluent-plugin-rewrite-tag-filter", "~> 2.4.0"
gem "fluent-plugin-parser-cri", "~> 0.1.0"
gem "gelf", "3.0.0"
gem "gelf"
gem "fluent-plugin-gelf-hs", "~> 1.0.7"
gem "fluent-plugin-kubernetes_metadata_filter", "~> 3.4.0"
gem "ffi"
Expand Down
4 changes: 2 additions & 2 deletions docker-image/v1.16/debian-graylog/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ GEM
tzinfo-data (~> 1.0)
webrick (~> 1.4)
yajl-ruby (~> 1.0)
gelf (3.0.0)
gelf (3.1.0)
json
http (5.2.0)
addressable (~> 2.8)
Expand Down Expand Up @@ -132,7 +132,7 @@ DEPENDENCIES
fluent-plugin-rewrite-tag-filter (~> 2.4.0)
fluent-plugin-systemd (~> 1.0.5)
fluentd (= 1.16.5)
gelf (= 3.0.0)
gelf
oj (~> 3.15.0)
rexml (~> 3.2.5)

Expand Down
2 changes: 1 addition & 1 deletion docker-image/v1.16/debian-graylog/hooks/post_push
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download
chmod +x manifest-tool

# Tag and push image and manifest list for each additional tag
for tag in {v1.16.5-debian-graylog-amd64-1.1,v1.16-debian-graylog-amd64-2}; do
for tag in {v1.16.5-debian-graylog-amd64-1.2,v1.16-debian-graylog-amd64-2}; do
docker tag $IMAGE_NAME ${repoName}:${tag}
docker push ${repoName}:${tag}
# Note: this will fail until both the amd64 and arm64 images have been pushed
Expand Down

0 comments on commit cf9b127

Please sign in to comment.