Skip to content

Deployment

supported deployment methods:

Verifying container images

Before deployment, verify the FlatTrack container image with the following

cosign verify \
  --certificate-oidc-issuer 'https://gitlab.com' \
  --certificate-identity-regexp 'https://gitlab.com/flattrack/flattrack//.gitlab-ci.yml@refs/(heads/main|tags/.*)' \
  -o text \
  registry.gitlab.com/flattrack/flattrack:latest

note that the image can also be replaced with an image hosted on __docker.io/flattrack/flattrack_.

(read about: cosign and sigstore docs)