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 arm64 sftp image #389

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

Conversation

Ghostwritten
Copy link

I made a few changes:

docker pull --platform 'linux/arm64/v8' debian:bullseye
docker tag docker.io/library/debian:bullseye ghostwritten/debian:bullseye-arm64-v8

vim  /etc/buildkitd.toml
debug = true
[registry."docker.io"]
  mirrors = ["mirror.gcr.io"]


docker buildx create --use --bootstrap   --name mybuilder   --driver docker-container   --config /etc/buildkitd.toml
docker run --privileged --rm tonistiigi/binfmt --install all

vim Dockerfile
FROM infinilabs/debian:bullseye-arm64-v8

docker buildx build --platform linux/arm64  --push --tag infinilabs/sftp:v1.0-arm64 .

@Enrico204
Copy link

What is the improvement over #269 and #245 ?

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.

2 participants