Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add imagevector package to Dockerfile #463

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"]
Loading