Skip to content

Commit e6adaaf

Browse files
ci(boto): update the version of localstack used in tests (#5399)
This change fixes #4677 by implementing tests that exercise SNS MessageAttribute from publish_batch calls. Co-authored-by: Tahir H. Butt <[email protected]>
1 parent 94c38cf commit e6adaaf

File tree

2 files changed

+227
-206
lines changed

2 files changed

+227
-206
lines changed

docker-compose.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -146,23 +146,18 @@ services:
146146
- ./.ddriot:/root/project/.riot
147147

148148
localstack:
149-
image: localstack/localstack:0.14.1
150-
network_mode: bridge
149+
image: localstack/localstack:1.4.0
151150
ports:
152151
- "127.0.0.1:4566:4566"
153152
- "127.0.0.1:4571:4571"
154153
environment:
155154
- SERVICES=${SERVICES- }
156155
- DEBUG=${DEBUG- }
157-
- DATA_DIR=${DATA_DIR- }
158-
- PORT_WEB_UI=${PORT_WEB_UI- }
159156
- LAMBDA_EXECUTOR=local
160157
- KINESIS_ERROR_PROBABILITY=${KINESIS_ERROR_PROBABILITY- }
161158
- DOCKER_HOST=unix:///var/run/docker.sock
162-
- HOST_TMP_FOLDER=${TMPDIR}
163-
- INIT_SCRIPTS_PATH=/setup
164159
volumes:
165-
- "${TMPDIR:-/tmp/localstack}:/tmp/localstack"
160+
- "${TMPDIR:-/var/lib/localstack}:/var/lib/localstack"
166161
- "/var/run/docker.sock:/var/run/docker.sock"
167162

168163
httpbin_local:

0 commit comments

Comments
 (0)