This image uses Debian as a base image and adds packages and Perl modules necessary for a Request Tracker (RT) installation.
docker build --no-cache --pull --tag request-tracker-base .
https://hub.docker.com/r/netsandbox/request-tracker-base
The image is signed with cosign. To verrify the signature run:
cosign verify \
--certificate-identity-regexp https://github.com/netsandbox/docker-rt-base/ \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
netsandbox/request-tracker-base:latest
https://github.com/users/netsandbox/packages/container/package/request-tracker-base
The image is signed with cosign. To verrify the signature run:
cosign verify \
--certificate-identity-regexp https://github.com/netsandbox/docker-rt-base/ \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
ghcr.io/netsandbox/request-tracker-base:latest