Skip to content

Commit

Permalink
gomod(deps): Bump all dependencies to latest (#2152)
Browse files Browse the repository at this point in the history
Reviewed-by: Alexander Jung <[email protected]>
Approved-by: Alexander Jung <[email protected]>
  • Loading branch information
nderjung authored Feb 13, 2025
2 parents 5879db3 + a7f0a7e commit f82039c
Show file tree
Hide file tree
Showing 4 changed files with 791 additions and 375 deletions.
2 changes: 1 addition & 1 deletion tools/dockerfile-llb-frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM golang:1.23 AS builder

WORKDIR /src
COPY . ./
RUN CGO_ENABLED=0 go build -o /kraft-llb-plugin --ldflags "-s -w"
RUN CGO_ENABLED=0 go build -o /kraft-llb-plugin -tags "containers_image_storage_stub,containers_image_openpgp" --ldflags "-s -w"

FROM scratch
COPY --from=builder /kraft-llb-plugin /bin/kraft-llb-plugin
Expand Down
43 changes: 37 additions & 6 deletions tools/dockerfile-llb-frontend/build/mocks/Client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f82039c

Please sign in to comment.