Skip to content

Platform-agnostic Dockerfile#51

Open
mouchar wants to merge 1 commit intons1:masterfrom
mouchar:arch
Open

Platform-agnostic Dockerfile#51
mouchar wants to merge 1 commit intons1:masterfrom
mouchar:arch

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