Lets NAIS users generate basic YAML incantations for building and deploying their apps with minimal effort, thus eliminating the need for a lot of manual text editing.
Inspired by the likes of start.ktor.io and start.spring.io.
This service kan be used in to ways:
MIT.
This project is maintained by @nais.
Questions and/or feature requests? Please create an issue.
If you work in @navikt you can reach us at the Slack channel #nais.
The image is signed "keylessly" using Sigstore cosign. To verify its authenticity run
cosign verify \
--certificate-identity "https://github.com/nais/start.nais.io/.github/workflows/main.yaml@refs/heads/main" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
ghcr.io/nais/start.nais.io@sha256:<shasum>
The images are also attested with SBOMs in the CycloneDX format. You can verify these by running
cosign verify-attestation --type cyclonedx \
--certificate-identity "https://github.com/nais/start.nais.io/.github/workflows/main.yaml@refs/heads/main" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
ghcr.io/nais/start.nais.io@sha256:<shasum>