buildah cache with --layers
does not work when in RUN
--mount=type=bind
uses image
or additional-build-context
as source
#5692
Labels
Description
buildah cache with
--layers
does not work when inRUN
--mount=type=bind
usesimage
oradditional-build-context
as sourceSteps to reproduce the issue:
--mount=type=bind,source=.,dest=/somepath,from=<image>
or--mount=type=bind,source=.,dest=/somepath,from=<additional-build-context>
--layers
--layers
again.Describe the results you received:
On second build, entire build must be cached.
Describe the results you expected:
Buildah does not uses
cache
on the second build.Output of
rpm -q buildah
orapt list buildah
:Output of
buildah version
:Output of
podman version
if reporting apodman build
issue:Output of
cat /etc/*release
:Output of
uname -a
:Output of
cat /etc/containers/storage.conf
:The text was updated successfully, but these errors were encountered: