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

Added integration test for multi level argument #1285

Merged

Conversation

antechrestos
Copy link
Contributor

@antechrestos antechrestos commented May 24, 2020

Description

Back in the time, @orisano submitted a fix for something kaniko could not handle:

ARG TAG=1.2
ARG IMAGE=my-image:${TAG}
FROM ${IMAGE}

In the meantime, this fix has been solved by a connected fix. This change only provides an integration test describing the expected behaviour of the previous issue noticed by @orisano

Submitter Checklist

  • Includes unit tests: Not needed
  • Adds integration tests if needed.

Reviewer Notes

  • The code flow looks good.
  • Unit tests and or integration tests added.

Release Notes

None

Added integration test to check that following pattern is supported

ARG TAG=1.2
ARG IMAGE=my-image:${TAG}
FROM ${IMAGE}
...
@googlebot googlebot added the cla: yes CLA signed by all commit authors label May 24, 2020
@tejal29 tejal29 merged commit 8074a70 into GoogleContainerTools:master Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes CLA signed by all commit authors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants