Skip to content

netsandbox/docker-rt-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker image with base packages for RT installation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published