Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.83 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.83 KB

Docker base image for RT installation

GitHub Super-Linter Build and Push Docker Image

This image uses Debian as a base image and adds packages and Perl modules necessary for a Request Tracker (RT) installation.

How to build the image?

docker build --no-cache --pull --tag request-tracker-base .

Where is this image available?

Docker Hub

Docker Stars Docker Pulls Docker Image Size

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

GitHub Container Registry

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