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

DEV: Remove use of --squash flag #742

Conversation

tgxworld
Copy link
Contributor

Why this change?

In CI, we are seeing the following warning message:

WARNING: experimental flag squash is removed with BuildKit. You should squash inside build using a multi-stage Dockerfile for efficiency.

Basically, the --squash flag has not been working for quite some time
and is redundant.

Why this change?

In CI, we are seeing the following warning message:

```
WARNING: experimental flag squash is removed with BuildKit. You should squash inside build using a multi-stage Dockerfile for efficiency.
```

Basically, the `--squash` flag has not been working for quite some time
and is redundant.
@tgxworld tgxworld force-pushed the remove_use_of_docker_squash_which_does_not_work branch 3 times, most recently from 36952cc to 2207807 Compare October 13, 2023 05:25
@tgxworld tgxworld force-pushed the remove_use_of_docker_squash_which_does_not_work branch from 2207807 to c87c95b Compare October 13, 2023 05:28
@tgxworld tgxworld closed this Oct 13, 2023
@tgxworld tgxworld deleted the remove_use_of_docker_squash_which_does_not_work branch October 13, 2023 05:30
@tgxworld tgxworld restored the remove_use_of_docker_squash_which_does_not_work branch October 13, 2023 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant