​
DirectorySecurity Advisories
Sign In
Directory
gitea-fips logoFIPS

gitea-fips

Last changed

Sign In for Updates

Get notified of upcoming product changes, critical vulnerability notifications and patches and more.

Sign In
Versions
Overview
Provenance
Specifications
SBOM
Vulnerabilities
Advisories

A painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/gitea-fips:latest

Compatibility Notes

For FIPS compatibility purposes, if SMTP is enabled, CRAM-MD5 auth should not be used.

Deploy Gitea

To deploy Gitea with Chainguard's images, add the Helm repo:

helm repo add gitea https://dl.gitea.com/charts/

Update Helm chart info from your repositories:

helm repo update

Create a namespace for Gitea:

kubectl create ns gitea-system

Finally, install the chart:

helm install gitea gitea/gitea --namespace gitea-system \
  --set image.fullOverride=cgr.dev/chainguard-private/gitea-fips:latest \
  --set redis-cluster.enabled=false --set redis.enabled=true \
  --set postgresql.enabled=true --set postgresql-ha.enabled=false \
  --set persistence.enabled=true

See here for all configuration options.

Note: the use of either image.fullOverride or image.digest is needed or else the Helm chart will automatically append a "-rootless" suffix to the image tag.

Licenses

Chainguard Images contain software packages that are direct or transitive dependencies. The following licenses were found in the "latest" version of this image:

  • Apache-2.0

  • BSD-3-Clause

  • GCC-exception-3.1

  • GPL-2.0-only

  • GPL-2.0-or-later

  • GPL-3.0-or-later

  • LGPL-2.0-or-later

For a complete list of licenses, please refer to this Image's SBOM.

Software license agreement

Compliance

This is a FIPS validated image for FedRAMP compliance.

This image is STIG hardened and scanned against the DISA General Purpose Operating System SRG with reports available.

Learn more about STIGsGet started with STIGs

Related images

Category
FIPS
STIG
application

Media KitContact Us
© 2024 Chainguard. All Rights Reserved.
Private PolicyTerms of Use

Product

Chainguard Images