Docker image of Fraunhofer-SIT / charra
177
This image was created with the following commands
//For architectures with missing ubuntu image (arm64 for now)
git clone https://github.com/tpm2-software/tpm2-software-container.git
cd tpm2-software-container
make
docker build -f ./ubuntu-22.04.docker -t ghcr.io/tpm2-software/ubuntu-22.04 .
//For each architecture
git clone https://github.com/Fraunhofer-SIT/charra.git
cd charra
docker build -t ultimator14/charra:2.2.0-<architecture> .
docker push ultimator14/charra:2.2.0-<architecture>
//Once for all
docker manifest create ultimator14/charra:2.2.0 --amend ultimator14/charra:2.2.0-<arch1> --amend ultimator14/charra:2.2.0-<arch2> --amend ...
ls ~/.docker/manifests
docker manifest push ultimator14/charra:2.2.0
//Pull image
docker pull ultimator14/charra:2.2.0
//Or to force specific architecture
docker pull ultimator14/charra:2.2.0-<arch>
//Run image
mkdir charra
docker run --rm -it -v ${PWD}/charra/:/home/bob/charra ultimator14/charra:2.2.0
IMPORTANT: The UID and GID of the docker user are set to 1000 and not derived from the current user.
Content type
Image
Digest
sha256:ac9b49f19…
Size
1.9 GB
Last updated
over 2 years ago
docker pull ultimator14/charra:2.2.0