Skip to content

Commit 878cedb

Browse files
committed
quickstart: Remove "platform:" attribute from compose files
It is not necessary to specify a platform when pulling images, because docker will default either to the host platform or amd64 with emulation if a matching platform is not available. Furthermore, since we will be releasing ARM images soon, we do not want to specify AMD64 anymore. Change-Id: I2d3b170d0a50ba4306142503f4bf19966a6a6964 Reviewed-on: https://gerrit.readyset.name/c/readyset/+/11418 Reviewed-by: Gautam Gopinadhan <gautam@readyset.io> Tested-by: Buildkite CI
1 parent 7e7064a commit 878cedb

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

quickstart/compose.mysql.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: readyset-mysql
22
services:
33
cache:
44
image: docker.io/readysettech/readyset:latest
5-
platform: linux/amd64
65
ports:
76
# The ReadySet Adapter listen port, i.e. what your application / SQL shell connects to
87
- "3307:3307"

quickstart/compose.postgres.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: readyset-postgres
22
services:
33
cache:
44
image: docker.io/readysettech/readyset:latest
5-
platform: linux/amd64
65
ports:
76
# The ReadySet Adapter listen port, i.e. what your application / SQL shell connects to
87
- "5433:5433"

quickstart/compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: readyset
22
services:
33
cache:
44
image: "docker.io/readysettech/readyset:latest"
5-
platform: linux/amd64
65
ports:
76
# The ReadySet Adapter listen port, i.e. what your application / SQL shell connects to
87
- "5433:5433"

0 commit comments

Comments
 (0)