Skip to content

Commit

Permalink
Add imagevector package to Dockerfile (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
afritzler authored Jan 22, 2024
1 parent fbd79d3 commit b8db642
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
go mod download

# Copy the go source
COPY cmd/ cmd
COPY cmd/ cmd/
COPY pkg/ pkg/
COPY charts charts/
COPY charts/ charts/
COPY imagevector/ imagevector/

ARG TARGETOS
ARG TARGETARCH
Expand All @@ -43,4 +44,4 @@ COPY charts /charts
COPY --from=builder /workspace/gardener-extension-admission-ironcore /gardener-extension-admission-ironcore
USER 65532:65532

ENTRYPOINT ["/gardener-extension-admission-ironcore"]
ENTRYPOINT ["/gardener-extension-admission-ironcore"]

0 comments on commit b8db642

Please sign in to comment.