Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot pass empty value of --build-arg #3155

Open
LinuxSuRen opened this issue May 9, 2024 · 0 comments
Open

Cannot pass empty value of --build-arg #3155

LinuxSuRen opened this issue May 9, 2024 · 0 comments
Labels
area/cli bugs related to kaniko CLI area/env-variable differs-from-docker kind/bug Something isn't working priority/p1 Basic need feature compatibility with docker build. we should be working on this next. works-with-docker

Comments

@LinuxSuRen
Copy link

Actual behavior
I tried to give ARG an empty value, but it's failed. The ARG still uses the default value. See below Dockerfile

ARG REGISTRY=172.11.0.6:30002/
FROM ${REGISTRY}docker.io/library/golang:1.20 as builder

when I run the following command,

docker run -v .:/data gcr.io/kaniko-project/executor:latest \ --no-push --dockerfile=/data/Dockerfile --build-arg REGISTRY=''

it still pulls image from 172.11.0.6:30002/docker.io/library/golang:1.20

Expected behavior
It can pull image from docker.io/library/golang:1.20

To Reproduce
See above.

Additional Information

  • Dockerfile
    Please provide either the Dockerfile you're trying to build or one that can reproduce this error.
  • Build Context
    Please provide or clearly describe any files needed to build the Dockerfile (ADD/COPY commands)
  • Kaniko Image (fully qualified with digest)

Triage Notes for the Maintainers

Description Yes/No
Please check if this a new feature you are proposing
Please check if the build works in docker but not in kaniko
Please check if this error is seen when you use --cache flag
Please check if your dockerfile is a multistage dockerfile
@aaron-prindle aaron-prindle added kind/bug Something isn't working priority/p1 Basic need feature compatibility with docker build. we should be working on this next. differs-from-docker works-with-docker area/cli bugs related to kaniko CLI area/env-variable labels Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli bugs related to kaniko CLI area/env-variable differs-from-docker kind/bug Something isn't working priority/p1 Basic need feature compatibility with docker build. we should be working on this next. works-with-docker
Projects
None yet
Development

No branches or pull requests

2 participants