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

publish images: amd64/arm64 images containing cli only #2769

Closed
wants to merge 1 commit into from

Conversation

leppeK
Copy link
Contributor

@leppeK leppeK commented Aug 20, 2024

There was no prebuilt image available for multiple architectures, this provides an image from scratch only containing cilium-cli binary.

This ensures that the image can be used directly as a standalone solution or included within other containers

example dockerfile

FROM quay.io/cilium/cilium-cli:tag as cilium
FROM exampleimage
COPY --from=cilium /usr/local/bin/cilium /usr/local/bin/cilium ---

Fixes: #2755

There was no prebuilt image available for multiple architectures,
this provides an image from scratch only containing cilium-cli
binary.

This ensures that the image can be used directly as a standalone
solution or included within other containers

example dockerfile
---
FROM quay.io/cilium/cilium-cli:tag as cilium
FROM exampleimage
COPY --from=cilium /usr/local/bin/cilium /usr/local/bin/cilium
---

Fixes: cilium#2755

Signed-off-by: Merijn Keppel <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

publish release images
1 participant