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

Use legacy builder to build Docker image #548

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

DanielKotik
Copy link
Member

@DanielKotik DanielKotik commented Jun 13, 2024

This is a temporary fix to make the caching mechanism in the CI work again. Its currently broken due to a switch to BuildKit as the default builder for Docker Engine as of version 23.0 (2023-02-01), see https://docs.docker.com/engine/release-notes/23.0/#2300.

Closes #527

This is a temporary fix to make the caching mechanism in the CI work
again. Its currently broken due to a switch to BuildKit as the default
builder for Docker Engine as of version 23.0 (2023-02-01).
@DanielKotik DanielKotik added the CI/CD Pipelines label Jun 13, 2024
@DanielKotik DanielKotik self-assigned this Jun 13, 2024
@DanielKotik DanielKotik marked this pull request as draft June 13, 2024 09:15
@DanielKotik DanielKotik marked this pull request as ready for review June 13, 2024 10:25
@DanielKotik DanielKotik merged commit 8434b8b into mala-project:develop Jun 13, 2024
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Pipelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New containers are added to the registry, which should not actually be different
1 participant