Is ARG
not OCI Spec-compliant keyword? If not what is the alternative?
#22093
Unanswered
sreevatsank1999
asked this question in
Q&A
Replies: 1 comment
-
SHELL is only allowed in Docker format, the OCI format which Podman build and Buildah defaults to does not support SHELL option. If you add --format docker to your podman build command, it should work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
While looking up the error, I found this issue #8477, In connection with that
Is
ARG
not an OCI Spec-compliant keyword? And why does the Warning say "SHELL
is not supported" and notARG
?Is this a bug?
Update:
I am not sure what is up with this. I am getting this warning for every build step that is not used from cache
Beta Was this translation helpful? Give feedback.
All reactions