You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add distroless variants to existing Java SDK container images:
beam-sdk/beam_java17_sdk
beam-sdk/beam_java21_sdk
Description
The Publish Beam SDK Snapshots, and build_release_candidate GitHub workflows build and publish Beam container images using docker. The distroless base images by design lack tools assumed to exist in Java Dockerfiles such as file system tools. In order to reuse the existing Dockerfile to add a distroless variant, we need to employ a multi-stage build approach.
damondouglas
changed the title
Enable Distroless Java SDK based container images
[Distroless] Enable Distroless Java SDK based container images
Oct 16, 2024
Summary
Add distroless variants to existing Java SDK container images:
Description
The Publish Beam SDK Snapshots, and build_release_candidate GitHub workflows build and publish Beam container images using docker. The distroless base images by design lack tools assumed to exist in Java Dockerfiles such as file system tools. In order to reuse the existing Dockerfile to add a distroless variant, we need to employ a multi-stage build approach.
Blockers
Measures of Done
The text was updated successfully, but these errors were encountered: