mirror of https://github.com/docker/cli.git
bake: use no-cache-filter for outdated stage
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
3e9117b7e2
commit
0f6a0eb2d4
|
@ -110,10 +110,7 @@ target "mod-outdated" {
|
|||
inherits = ["_common"]
|
||||
dockerfile = "./dockerfiles/Dockerfile.vendor"
|
||||
target = "outdated"
|
||||
args = {
|
||||
// used to invalidate cache (more info https://github.com/moby/buildkit/issues/1213)
|
||||
UUID = uuidv4()
|
||||
}
|
||||
no-cache-filter = ["outdated"]
|
||||
output = ["type=cacheonly"]
|
||||
}
|
||||
|
||||
|
|
|
@ -35,7 +35,6 @@ EOT
|
|||
|
||||
FROM psampaz/go-mod-outdated:${MODOUTDATED_VERSION} AS go-mod-outdated
|
||||
FROM base AS outdated
|
||||
ARG UUID
|
||||
RUN --mount=target=.,rw \
|
||||
--mount=target=/go/pkg/mod,type=cache \
|
||||
--mount=from=go-mod-outdated,source=/home/go-mod-outdated,target=/usr/bin/go-mod-outdated \
|
||||
|
|
Loading…
Reference in New Issue