-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Pipelines - Artifacts
-
None
-
1
-
Severity 3 - Minor
-
83
Issue Summary
Artifact upload fails when using LocalStack due to DNS resolution in cloud runners being disrupted
Actual Results
Artifact fails during upload in step teardown phase
Expected Results
Artifact successful
Steps to Reproduce
using LocalStack within a pipeline with a defintion like this
definitions:
services:
localstack:
image: localstack/localstack:stable
variables:
SERVICES: s3
GATEWAY_LISTEN: 0.0.0.0:4566
AWS_DEFAULT_REGION: some aws region
DEBUG: '1'
Workaround
Currently there is no known workaround for this behaviour. A workaround will be added here when available