Skip to content
This repository has been archived by the owner. It is now read-only.
Go Dockerfile Makefile
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
bin Build docker/binfmt v3.1.0 May 13, 2019
binfmt
.gitignore Build docker/binfmt v3.1.0 May 13, 2019
Jenkinsfile Jenkins job sign image (#14) May 20, 2019
Jenkinsfile.signed Jenkins job sign image (#14) May 20, 2019
Makefile Jenkins job sign image (#14) May 20, 2019
README.md Fix architecture in README.md May 13, 2019

README.md

docker/binfmt

Build and push the docker/binfmt image.

Build

make

This builds the docker/binfmt image with QEMU static binaries from moby/qemu and branch moby/v3.1.0.

Push

make push

This pushes the image to Docker Hub.

Test manually

make

Builds a docker/binfmt image - note the image ID.

docker run --rm --privileged imageid

This registers the new QEMU binaries in the host kernel. Test all different architectures

docker run --rm arm64v8/alpine uname -a
docker run --rm arm32v7/alpine uname -a
docker run --rm ppc64le/alpine uname -a
docker run --rm s390x/alpine uname -a
You can’t perform that action at this time.