Switch CI builds to docker buildx #146

Merged
eblume merged 1 commit from fix/docker-buildx into main 2026-02-10 21:03:42 -08:00
Owner

Summary

  • Replace deprecated docker build with docker buildx build in the build-push-image composite action
  • Remove redundant build/run comments from nettest Dockerfile

Test plan

  • Merge and tag nettest-v1.1.0 (or similar) to trigger the build-container workflow
  • Verify the build succeeds without the deprecation warning
## Summary - Replace deprecated `docker build` with `docker buildx build` in the build-push-image composite action - Remove redundant build/run comments from nettest Dockerfile ## Test plan - [ ] Merge and tag `nettest-v1.1.0` (or similar) to trigger the build-container workflow - [ ] Verify the build succeeds without the deprecation warning
The legacy Docker builder is deprecated and will be removed in a future
release. BuildKit (via buildx) is the replacement.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
eblume merged commit cb36f1784f into main 2026-02-10 21:03:42 -08:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
eblume/blumeops!146
No description provided.