-
Hello everyone! Need help! What I'm doing wrong? buildah --storage-driver=overlay bud --build-arg HTTP_PROXY=http://IP:port --format=oci --tls-verify=true --no-cache -f ./Dockerfile -t image-registry.openshift-image-registry.svc:5000/arm-dev/arm-dt-stk-internal . No options (--format=oci) can be specified after the image or container name |
Beta Was this translation helpful? Give feedback.
Answered by
KIRY4
Jul 6, 2022
Replies: 1 comment
-
Answer --build-arg HTTPS_PROXY=http://IP:port should be after image name |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KIRY4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Answer --build-arg HTTPS_PROXY=http://IP:port should be after image name