Skip to content

Commit

Permalink
🌱 upgrade hetzner-installimage to v1.0.4 (#1191)
Browse files Browse the repository at this point in the history
upgrade hetzner-installimage to v1.0.4

Signed-off-by: kranurag7 <anurag.kumar@syself.com>
  • Loading branch information
kranurag7 authored Mar 1, 2024
1 parent f91e6c0 commit b772c23
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def caph():

# copy things from data directory to .tiltbuild
if not os.path.exists('.tiltbuild/installimage.tgz'):
local("cp data/hetzner-installimage-v1.0.3.tgz .tiltbuild/installimage.tgz")
local("cp data/hetzner-installimage-v1.0.4.tgz .tiltbuild/installimage.tgz")

# Set up a local_resource build of the provider's manager binary.

Expand Down
Binary file removed data/hetzner-installimage-v1.0.3.tgz
Binary file not shown.
Binary file added data/hetzner-installimage-v1.0.4.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion images/caph/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/root/.cache --mount=type=cache,target=/go/pkg \

FROM --platform=${BUILDPLATFORM} gcr.io/distroless/static:nonroot
WORKDIR /
COPY data/hetzner-installimage-v1.0.3.tgz /installimage.tgz
COPY data/hetzner-installimage-v1.0.4.tgz /installimage.tgz
COPY --from=build /src/cluster-api-provider-hetzner/manager .
# Use uid of nonroot user (65532) because kubernetes expects numeric user when applying pod security policies
USER 65532
Expand Down

0 comments on commit b772c23

Please sign in to comment.