Skip to content

Commit

Permalink
build: update container img versions: electric, playright, minio
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 18, 2024
1 parent 6ad23e9 commit fcf9a63
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ s3:
replicas: 1
image:
repository: quay.io/minio/minio
tag: RELEASE.2024-06-06T09-36-42Z
tag: RELEASE.2024-10-13T13-34-11Z
environment:
MINIO_BROWSER: "off"
mountPath: /mnt/data
Expand Down
2 changes: 1 addition & 1 deletion contrib/playwright/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
timeout: 5s

ui-test:
image: "mcr.microsoft.com/playwright:${PLAYWRIGHT_TAG:-v1.44.1}"
image: "mcr.microsoft.com/playwright:${PLAYWRIGHT_TAG:-v1.46.0}"
depends_on:
# Starts the proxy and all other services
proxy:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ services:
restart: "on-failure:2"

s3:
image: "docker.io/minio/minio:${MINIO_TAG:-RELEASE.2024-06-06T09-36-42Z}"
image: "docker.io/minio/minio:${MINIO_TAG:-RELEASE.2024-10-13T13-34-11Z}"
environment:
MINIO_ROOT_USER: ${S3_ACCESS_KEY}
MINIO_ROOT_PASSWORD: ${S3_SECRET_KEY}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ services:
restart: "on-failure:2"

s3:
image: "docker.io/minio/minio:${MINIO_TAG:-RELEASE.2024-06-06T09-36-42Z}"
image: "docker.io/minio/minio:${MINIO_TAG:-RELEASE.2024-10-13T13-34-11Z}"
environment:
MINIO_ROOT_USER: ${S3_ACCESS_KEY}
MINIO_ROOT_PASSWORD: ${S3_SECRET_KEY}
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ services:
restart: "on-failure:2"

s3:
image: "docker.io/minio/minio:${MINIO_TAG:-RELEASE.2024-06-06T09-36-42Z}"
image: "docker.io/minio/minio:${MINIO_TAG:-RELEASE.2024-10-13T13-34-11Z}"
environment:
MINIO_ROOT_USER: ${S3_ACCESS_KEY:-fmtm}
MINIO_ROOT_PASSWORD: ${S3_SECRET_KEY:-somelongpassword}
Expand Down Expand Up @@ -258,7 +258,7 @@ services:
retries: 3

electric:
image: "electricsql/electric:${ELECTRIC_TAG:-0.3.4}"
image: "electricsql/electric:${ELECTRIC_TAG:-0.7.6}"
depends_on:
fmtm-db:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion src/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# along with FMTM. If not, see <https:#www.gnu.org/licenses/>.
#
ARG PYTHON_IMG_TAG=3.11
ARG MINIO_TAG=${MINIO_TAG:-RELEASE.2024-06-06T09-36-42Z}
ARG MINIO_TAG=${MINIO_TAG:-RELEASE.2024-10-13T13-34-11Z}
FROM docker.io/minio/minio:${MINIO_TAG} AS minio


Expand Down

0 comments on commit fcf9a63

Please sign in to comment.