handle analysis of image with tag and digest

This commit is contained in:
CrazyMax
2023-09-16 18:40:53 +02:00
parent 281e28e8b7
commit 522c8e9448
9 changed files with 42 additions and 47 deletions

View File

@@ -6,7 +6,7 @@ FROM alpine:latest
# diun.platform=linux/amd64
# diun.metadata.foo=bar
RUN --mount=type=bind,target=.,rw \
--mount=type=bind,from=crazymax/undock:0.5.0@sha256:736fdfde1268b93c2f733c53a7c45ece24e275318628fbb790bee7f89459961f,source=/usr/local/bin/undock,target=/usr/local/bin/undock \
--mount=type=bind,from=crazymax/undock@sha256:736fdfde1268b93c2f733c53a7c45ece24e275318628fbb790bee7f89459961f,source=/usr/local/bin/undock,target=/usr/local/bin/undock \
undock --version
# diun.platform=linux/amd64