Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys committed Aug 23, 2024
1 parent 9225dd7 commit 2af7332
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

IMAGE_NAME := fluent/fluentd-kubernetes
X86_IMAGES := \
v1.17/debian-azureblob:v1.17.1-debian-azureblob-amd64-1.0,v1.17-debian-azureblob-amd64-1 \
v1.17/debian-azureblob:v1.17.1-debian-azureblob-amd64-1.1,v1.17-debian-azureblob-amd64-1 \
v1.17/debian-elasticsearch8:v1.17.1-debian-elasticsearch8-amd64-1.0,v1.17-debian-elasticsearch8-amd64-1 \
v1.17/debian-elasticsearch7:v1.17.1-debian-elasticsearch7-amd64-1.0,v1.17-debian-elasticsearch7-amd64-1,v1-debian-elasticsearch-amd64 \
v1.17/debian-opensearch:v1.17.1-debian-opensearch-amd64-1.0,v1.17-debian-opensearch-amd64-1 \
Expand All @@ -33,7 +33,7 @@ X86_IMAGES := \
# <Dockerfile>:<version>,<tag1>,<tag2>,...

ARM64_IMAGES := \
v1.17/arm64/debian-azureblob:v1.17.1-debian-azureblob-arm64-1.0,v1.17-debian-azureblob-arm64-1 \
v1.17/arm64/debian-azureblob:v1.17.1-debian-azureblob-arm64-1.1,v1.17-debian-azureblob-arm64-1 \
v1.17/arm64/debian-elasticsearch8:v1.17.1-debian-elasticsearch8-arm64-1.0,v1.17-debian-elasticsearch8-arm64-1 \
v1.17/arm64/debian-elasticsearch7:v1.17.1-debian-elasticsearch7-arm64-1.0,v1.17-debian-elasticsearch7-arm64-1,v1-debian-elasticsearch-arm64 \
v1.17/arm64/debian-opensearch:v1.17.1-debian-opensearch-arm64-1.0,v1.17-debian-opensearch-arm64-1 \
Expand Down
2 changes: 1 addition & 1 deletion docker-image/v1.17/arm64/debian-azureblob/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ GEM
lru_redux (1.1.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0806)
mime-types-data (3.2024.0820)
mini_portile2 (2.8.7)
msgpack (1.7.2)
multi_json (1.15.0)
Expand Down
2 changes: 1 addition & 1 deletion docker-image/v1.17/arm64/debian-azureblob/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.17.1-debian-azureblob-arm64-1.0,v1.17-debian-azureblob-arm64-1}; do
for tag in {v1.17.1-debian-azureblob-arm64-1.1,v1.17-debian-azureblob-arm64-1}; 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.17/debian-azureblob/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ GEM
lru_redux (1.1.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0806)
mime-types-data (3.2024.0820)
mini_portile2 (2.8.7)
msgpack (1.7.2)
multi_json (1.15.0)
Expand Down
2 changes: 1 addition & 1 deletion docker-image/v1.17/debian-azureblob/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.17.1-debian-azureblob-amd64-1.0,v1.17-debian-azureblob-amd64-1}; do
for tag in {v1.17.1-debian-azureblob-amd64-1.1,v1.17-debian-azureblob-amd64-1}; 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 2af7332

Please sign in to comment.