Replies: 2 comments 1 reply
-
This was broken, but should have been fixed while fixing some time-of-check-time-of-use problems that the "src" option opened us up to. Which version are you using? It should work as expected at least as of v1.39, v1.38.1, v1.37.6, v1.35.5, v1.33.12, v1.29.5, v1.27.6, and v1.26.9. |
Beta Was this translation helpful? Give feedback.
-
Sorry, I did not include this bit of information:
It's the stock one coming with Debian 12:
Not sure what "as of" means in your answer - I see v1.26.9, so should I expect that v1.28.2 is included being greater than that? Additionally, is the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The docs for
buildah run
have the following in the--mount
section:This made me think that it's possible to set a specific path in the host as the
src
when usingtype=cache
, much like what happens fortype=bind
, but apparently thesrc=...
part is ignored withtype=cache
(*).I think that the documentation should be changed to move
src/source
fromCommon Options
intoOptions specific to bind
, as well as adding documentation for therw
option, but I'd like a reality check before proposing a PR based on a misunderstanding.Beta Was this translation helpful? Give feedback.
All reactions