Skip to content

Commit

Permalink
RING-44342 - bump s3utils image 1.14.0 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorBenson committed Sep 28, 2023
1 parent 2cb8fd0 commit 86d1d6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ env:
img: fieldreportservice
image: registry.scality.com/spark-dev/deployment
staging_archive: spark-offline-archive-${{ inputs.tag }}${{ inputs.prerelease == true && '-prerelease' || '' }}.run
s3utils_image: registry.scality.com/s3utils/s3utils:1.14.0
nginx_image: docker.io/library/nginx:1.21.6-alpine

jobs:
release:
Expand Down Expand Up @@ -78,14 +80,14 @@ jobs:
run: |
docker pull ${{ env.registry }}/spark/spark-master:latest
docker pull ${{ env.registry }}/spark/spark-worker:latest
docker pull ${{ env.registry }}/s3utils/s3utils:1.12.5
docker pull docker.io/library/nginx:1.21.6-alpine
docker pull ${{ env.s3utils_image }}
docker pull ${{ env.nginx_image }}
- name: Save the images into the staging directory
run: |
docker save -o ${{ env.staging_path }}/spark-master.tar ${{ env.registry }}/spark/spark-master:latest
docker save -o ${{ env.staging_path }}/spark-worker.tar ${{ env.registry }}/spark/spark-worker:latest
docker save -o ${{ env.staging_path }}/s3utils.tar ${{ env.registry }}/s3utils/s3utils:1.12.5
docker save -o ${{ env.staging_path }}/nginx.tar docker.io/library/nginx:1.21.6-alpine
docker save -o ${{ env.staging_path }}/s3utils.tar ${{ env.s3utils_image }}
docker save -o ${{ env.staging_path }}/nginx.tar ${{ env.nginx_image }}
- name: Copy the setup script into the staging directory
run: |
cp ./scripts/offline-archive-setup.sh ${{ env.staging_path }}/setup.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/S3_FSCK/export_s3_keys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ do
-e "BUCKETS=${bucket}" \
-e 'NO_MISSING_KEY_CHECK=1' \
-e 'VERBOSE=1' \
registry.scality.com/s3utils/s3utils:1.12.5 \
registry.scality.com/s3utils/s3utils:1.14.0 \
verifyBucketSproxydKeys.js \
> ${WORKDIR}/raw_${bucket}_keys.txt

Expand Down

0 comments on commit 86d1d6d

Please sign in to comment.