Sign inSign up

ultimator14/charra

By ultimator14

Updated over 2 years ago

Docker image of Fraunhofer-SIT / charra

Image
Developer tools
0

177

ultimator14/charra repository overview

Source

Fraunhofer-SIT/charra

Creation

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

Usage

//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.

License

BSD-3-Clause License

Tag summary

Content type

Image

Digest

sha256:ac9b49f19

Size

1.9 GB

Last updated

over 2 years ago

docker pull ultimator14/charra:2.2.0