concourse-buildkit/Dockerfile

7 lines
101 B
Docker
Raw Normal View History

2022-03-09 13:40:17 +01:00
FROM moby/buildkit
2022-03-09 14:19:24 +01:00
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
2022-03-09 13:40:17 +01:00
ENTRYPOINT [ "entrypoint.sh" ]