Merge pull request #9221 from overleaf/jpa-pin-s3mock

[misc] pin s3mock image to older version

GitOrigin-RevId: b5548c080fc2142ccf1dd5601689e397f935a0c9
This commit is contained in:
Jakob Ackermann 2022-08-11 14:00:50 +01:00 committed by Copybot
parent e293c627a1
commit 0f1163e876
6 changed files with 6 additions and 6 deletions

View file

@ -60,7 +60,7 @@ services:
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
user: root
s3:
image: adobe/s3mock
image: adobe/s3mock:2.4.14
environment:
- initialBuckets=fake_user_files,fake_template_files,fake_public_files,bucket
healthcheck:

View file

@ -68,7 +68,7 @@ services:
command: npm run --silent test:acceptance
s3:
image: adobe/s3mock
image: adobe/s3mock:2.4.14
environment:
- initialBuckets=fake_user_files,fake_template_files,fake_public_files,bucket
healthcheck:

View file

@ -1,4 +1,4 @@
FROM adobe/s3mock
FROM adobe/s3mock:2.4.14
RUN apk add --update --no-cache curl
COPY healthcheck.sh /healthcheck.sh
HEALTHCHECK --interval=1s --timeout=1s --retries=30 CMD /healthcheck.sh http://localhost:9090

View file

@ -64,7 +64,7 @@ services:
interval: 1s
retries: 20
s3:
image: adobe/s3mock
image: adobe/s3mock:2.4.14
environment:
- initialBuckets=fake_user_files,fake_template_files,fake_public_files,bucket
healthcheck:

View file

@ -67,7 +67,7 @@ services:
retries: 20
s3:
image: adobe/s3mock
image: adobe/s3mock:2.4.14
environment:
- initialBuckets=fake_user_files,fake_template_files,fake_public_files,bucket
healthcheck:

View file

@ -1,4 +1,4 @@
FROM adobe/s3mock
FROM adobe/s3mock:2.4.14
RUN apk add --update --no-cache curl
COPY healthcheck.sh /healthcheck.sh
HEALTHCHECK --interval=1s --timeout=1s --retries=30 CMD /healthcheck.sh http://localhost:9090