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

Fully qualify images in dockerfile tests #257

Merged
merged 1 commit into from
Jul 26, 2018

Conversation

priyawadhwa
Copy link
Collaborator

@bobcatfish pointed out when running integration tests locally, if the local image isn't the actual latest version then container-diff will fail since kaniko and docker are building off different images.

Fully qualifying the base images in the test dockerfiles should fix this problem.

Copy link
Collaborator

@aaron-prindle aaron-prindle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@priyawadhwa priyawadhwa merged commit ca50692 into GoogleContainerTools:master Jul 26, 2018
@priyawadhwa priyawadhwa deleted the qualify branch July 26, 2018 00:56
@bobcatfish
Copy link
Contributor

@bobcatfish pointed out when running integration tests locally, if the local image isn't the actual latest version then container-diff will fail since kaniko and docker are building off different images.

Well you pointed it out to me first! ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants