linuxkit/tools/mkimage-gcp/Dockerfile
Rolf Neugebauer a2b3b4fb73 tools: Update linuxkit/guestfs
This part reverts f7c50156c5 ("tools: pull linuxkit/guestfs by digest
only (not digest+tag)") as pulling by tag now seems to work and we
have content trust enabled, so pulling by digest should not be necessary.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2018-01-25 13:07:23 +00:00

6 lines
101 B
Docker

FROM linuxkit/guestfs:a4067f4bd5b81548195a35c71638a3d857415817
COPY . .
ENTRYPOINT [ "/make-gcp" ]