Skip to content

Conversation

@lilydoar
Copy link

Summary

  • Add .dockerignore file to exclude unnecessary files from Docker context
  • Update GitHub Actions workflows with scoped cache configuration for better cache hits
  • Enhance Dockerfile with better layer organization and inline optimization comments
  • Update to more recent/secure base images where applicable

@lilydoar lilydoar marked this pull request as ready for review November 12, 2025 22:33
@lilydoar lilydoar requested review from a team and jlegrone as code owners November 12, 2025 22:33
@lilydoar lilydoar force-pushed the dockerfile-improve branch 5 times, most recently from 70debb5 to 91a8e87 Compare November 18, 2025 19:52
Copy link
Collaborator

@carlydf carlydf left a comment

Choose a reason for hiding this comment

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

looks good I just want to see the build work

check-latest: true

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
Copy link
Collaborator

Choose a reason for hiding this comment

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

maybe this is why the skaffold build is breaking? not sure

run: |
skaffold build --profile worker-controller --push=false
env:
DOCKER_BUILDKIT: 1
Copy link
Collaborator

Choose a reason for hiding this comment

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

it seems like somehow this isn't being passed to the skaffold build job, which is failing with "docker build failure: the --mount option requires BuildKit. Refer to https://docs.docker.com/go/buildkit/ to learn how to build images with BuildKit enabled. Please fix the Dockerfile and try again.."

@lilydoar lilydoar enabled auto-merge (squash) November 19, 2025 00:31
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