Skip to content

Ignore Docker warning #889

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

Merged
merged 1 commit into from
Oct 4, 2024
Merged

Ignore Docker warning #889

merged 1 commit into from
Oct 4, 2024

Conversation

lfrancke
Copy link
Member

@lfrancke lfrancke commented Oct 4, 2024

Description

It'd warn about GIT_SYNC being possibly undefined. This is correct in theory, in practice however we always set it from the outside and defining it here could lead to version skew or another place to update versions.

It'd warn about GIT_SYNC being possibly undefined.
This is correct in theory, in practice however we always set it from the outside and defining it here could lead to version skew or another place to update versions.
@lfrancke lfrancke self-assigned this Oct 4, 2024
Copy link
Member

@NickLarsenNZ NickLarsenNZ left a comment

Choose a reason for hiding this comment

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

Relates to #849 (review)

I think we should set defaults in Dockerfiles. We just happen to set them in bake, but IMO we shouldn't assume bake is used for Dockerfiles (yes, I know many of our builds depend on layers having already been built locally, but decoupling where we can would be nice).

@lfrancke lfrancke added this pull request to the merge queue Oct 4, 2024
Merged via the queue into main with commit be5f7b5 Oct 4, 2024
2 checks passed
@lfrancke lfrancke deleted the fix/docker-checks branch October 4, 2024 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants