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

Platform-agnostic Dockerfile #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Platform-agnostic Dockerfile #51

wants to merge 1 commit into from

Conversation

mouchar
Copy link

@mouchar mouchar commented Jan 4, 2025

As this project doesn't provide container images for other platforms than linux/amd64, we can make
docker image build easier for those using arm64 or other platforms.

Building for other platforms will be as simple as:

# when running on target platform, e.g. on ARM cpu
docker build -t myimage https://github.com/ns1/cert-manager-webhook-ns1.git

You could also consider building multiarch images:

docker build --push --platform linux/amd64,linux/arm64 -t "$(REPO_NAME)/$(IMAGE_NAME):$(IMAGE_TAG)" .

As this project doesn't provide container images
for other platforms than linux/amd64, we can make
docker image build easier for those using arm64 or
other platforms.

Building for other platforms will be as simple as:
docker build -t myimage https://github.com/ns1/cert-manager-webhook-ns1.git
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.

1 participant