concourse-docker icon indicating copy to clipboard operation
concourse-docker copied to clipboard

Dockerfile references files that are not in this repo

Open SvenDowideit opened this issue 6 years ago • 2 comments

clone the repo, run

docker build . and you get

debconf: falling back to frontend: Teletype
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Processing triggers for ca-certificates (20170717~16.04.2) ...
Updating certificates in /etc/ssl/certs...
148 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Removing intermediate container 746725d242b5
 ---> 9c492d584d63
Step 3/16 : ADD bin/dumb-init /usr/local/bin
ADD failed: stat /var/lib/docker/tmp/docker-builder398262277/bin/dumb-init: no such file or directory

SvenDowideit avatar Mar 01 '19 00:03 SvenDowideit

and of course, in step2 I look at these files, and see they're binaries - looks like an easy "fix" - PR coming up :)

SvenDowideit avatar Mar 01 '19 00:03 SvenDowideit

how can we find the "linux-rc" folder?

yuzs2 avatar Jun 06 '22 06:06 yuzs2