Open siennathesane opened 4 years ago
Can confirm this behaviour, stumbled upon this 10m ago having exactly the same scenario.
Additional info: For us, this problem only occurs when running with containerd
runtime.
We also noticed this behaviour using both helm and bosh deployed concourse. As far as I can tell they're both running with the garden runtime. Oddly enough when we try to fly execute
a one off task it does succeed. This is the yaml we're using for it and this is the Dockerfile
platform: linux
image_resource:
type: registry-image
source:
repository: vito/oci-build-task
inputs:
- name: eirini
path: .
- name: docker-build-args
outputs:
- name: image
run:
path: build
params:
BUILD_ARGS_FILE: docker-build-args/args
DOCKERFILE: docker/opi/Dockerfile
When run in a pipeline however a job with the same task fails with the above error.
I've also noticed it can succeed as a one-off, but fails as part of the pipeline, which was very strange.
Still present with v6.7.2
on native
linux64
workers using the internal containerd
backend.
With a generic Angular application, Given this task definition:
With this Dockerfile:
And this is a generic pipeline definition:
This is the error I receive:
Additional Info