Docker image for Zitadel Tools based on official Alpine image
3.5K
This Docker image is managed and kept up to date by epicsoft LLC.
Docker image for Zitadel Tools based on official Alpine image.
Docker image for Zitadel Tools.
The latest version of zitadel-tools is installed and deployed as a Docker image.
latest based on alpine:latest - build weekly
Alpine packages are installed in the current image in the latest version - https://pkgs.alpinelinux.org/packages
docker run --rm -it epicsoft/zitadel-tools zitadel-tools --help
docker run --rm -it -v $(pwd):/data epicsoft/zitadel-tools zitadel-tools basicauth --id "example-id" --secret "example-secret"
docker run --rm -it -v $(pwd):/data epicsoft/zitadel-tools openssl genrsa -out /data/superuser.pem 4096 \
&& docker run --rm -it -v $(pwd):/data epicsoft/zitadel-tools openssl rsa -in /data/superuser.pem -outform PEM -pubout -out /data/superuser.pub \
&& docker run --rm -it -v $(pwd):/data epicsoft/zitadel-tools openssl rsa -in /data/superuser.pem -out /data/superuser.rsa.pem -traditional \
&& docker run --rm -it -v $(pwd):/data epicsoft/zitadel-tools zitadel-tools key2jwt --audience=https://example.com --key=/data/superuser.rsa.pem --issuer=superuser --output=/data/jwt.txt
MIT License see LICENSE
Please note that the MIT license only applies to the files created by epicsoft LLC. Other software may be licensed under other licenses.
Content type
Image
Digest
sha256:f712d18a5…
Size
14.5 MB
Last updated
2 days ago
docker pull epicsoft/zitadel-tools