Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Feb 20:26
· 42 commits to main since this release

Container Image

Pull the image:

# Exact version (immutable)
docker pull ghcr.io/devrail-dev/dev-toolchain:1.1.0

# Major version (floating, always latest vv1.x.x)
docker pull ghcr.io/devrail-dev/dev-toolchain:v1

Verify Image Signature

cosign verify \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/devrail-dev/dev-toolchain' \
  ghcr.io/devrail-dev/dev-toolchain:1.1.0

Full Changelog: https://github.com/devrail-dev/dev-toolchain/commits/v1.1.0