Skip to content

Commit

Permalink
Update buildx to 0.10.4, adds SBOM support
Browse files Browse the repository at this point in the history
The 0.10.x releases of buildx add support for creating Software Bill of
Materials during the build process. It seems like they can even capture
software used during the build that doesn't make it into the final
container.

This may support submariner-io/enhancements#185.

Signed-off-by: Daniel Farrell <[email protected]>
  • Loading branch information
dfarrell07 committed Apr 27, 2023
1 parent e8e1575 commit cbdf23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile.shipyard-dapper-base
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN dnf -y install --nodocs --setopt=install_weak_deps=False \
ENV LINT_VERSION=v1.52.2 \
HELM_VERSION=v3.9.0 \
KIND_VERSION=v0.18.0 \
BUILDX_VERSION=v0.8.2 \
BUILDX_VERSION=v0.10.4 \
GH_VERSION=2.20.2 \
YQ_VERSION=4.20.2

Expand Down

0 comments on commit cbdf23b

Please sign in to comment.