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

[BUG] Build args are not substituted into image.base #490

Open
1 task done
pmengelbert opened this issue Jan 6, 2025 · 0 comments · May be fixed by #491
Open
1 task done

[BUG] Build args are not substituted into image.base #490

pmengelbert opened this issue Jan 6, 2025 · 0 comments · May be fixed by #491
Labels
bug Something isn't working

Comments

@pmengelbert
Copy link
Contributor

pmengelbert commented Jan 6, 2025

Expected Behavior

args:
  BUSYBOX_TAG: 1.36
image:
  base: busybox:${BUSYBOX_TAG}

Actual Behavior

With the above:

error handling requested build target "azlinux3/container": could not resolve base image config: error resolving base image config: docker.io/library/busybox:${BUSYBOX_VERSION}: not found

Steps To Reproduce

No response

Are you willing to submit PRs to contribute to this bug fix?

  • Yes, I am willing to implement it.
@pmengelbert pmengelbert added the bug Something isn't working label Jan 6, 2025
@pmengelbert pmengelbert reopened this Jan 6, 2025
@pmengelbert pmengelbert linked a pull request Jan 6, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant