mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 19:28:09 +00:00
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>
6 lines
101 B
Docker
6 lines
101 B
Docker
FROM linuxkit/guestfs:a4067f4bd5b81548195a35c71638a3d857415817
|
|
|
|
COPY . .
|
|
|
|
ENTRYPOINT [ "/make-gcp" ]
|