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

Updating image to work with arm/graviton #34

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

wezell
Copy link

@wezell wezell commented Mar 22, 2022

  • Pins the NGINX version
  • Changes linefeeds to \n
  • pulls the appropriate s6 and envplate binaries based on the TARGETARCH.

It is missing the SHA verification per arch binary.

Setup

To enable "multiarch" building, you need to use docker buildx and have defined a new builder (you might need to enable "experimental" features in order to enable docker buildx). If you have buildx installed, you can see what buildx builders you have available by doing a ls:

docker buildx ls

To create and use a new multiarch builder run:

docker buildx create --name multiarch
docker buildx use multiarch

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