mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #9221 from overleaf/jpa-pin-s3mock
[misc] pin s3mock image to older version GitOrigin-RevId: b5548c080fc2142ccf1dd5601689e397f935a0c9
This commit is contained in:
parent
e293c627a1
commit
0f1163e876
6 changed files with 6 additions and 6 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue