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

fix: resolve issue where CI env was failing due to dependency change #2668

Merged

Conversation

aaron-prindle
Copy link
Collaborator

@aaron-prindle aaron-prindle commented Aug 7, 2023

The Github Action Runner ubuntu-latest recently bumped the Docker-Moby version:
Docker-Moby Client 20.10.25+azure-2 -> Docker-Moby Server 23.0.6+azure-2

Docker-Moby v23.0.0 defaults to using Buildkit which the kaniko tests are not designed for currently so opting to set DOCKER_BUILDKIT: '0' in CI for now to get back intended docker test environment

@aaron-prindle aaron-prindle force-pushed the fix-ci-issue branch 2 times, most recently from 0861dd3 to d4dd9f6 Compare August 7, 2023 22:20
@aaron-prindle aaron-prindle changed the title fix: fix issue with CI where expected env var no longer exists fix: resolve issue where CI env had different layers numbers for additional test cases Aug 7, 2023
@aaron-prindle aaron-prindle changed the title fix: resolve issue where CI env had different layers numbers for additional test cases fix: resolve issue where CI env was failing due to dependency change Aug 7, 2023
@aaron-prindle aaron-prindle merged commit 694ccff into GoogleContainerTools:main Aug 8, 2023
10 checks passed
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.

2 participants