Skip to content

Releases: Dstack-TEE/dstack-sysbox-installer

Sysbox Installer Release v1.0.0

27 Oct 14:15
544ab0e

Choose a tag to compare

Docker Image Information

Image: docker.io/dstacktee/dstack-sysbox-installer:1.0.0

Digest (SHA256): sha256:2f5dbea99176f3ea0362b85346b31b1160bfb70c1d98d1c8d375d57782127dd1

Verification: Verify on Sigstore

Installation

docker run --rm --privileged --pid=host --net=host -v /:/host \
  docker.io/dstacktee/dstack-sysbox-installer:1.0.0

Verify Image Attestation

# Install cosign
curl -O -L "https://github.com/sigstore/cosign/releases/latest/download/cosign-linux-amd64"
sudo mv cosign-linux-amd64 /usr/local/bin/cosign
sudo chmod +x /usr/local/bin/cosign

# Verify the image
cosign verify-attestation \
  --type https://slsa.dev/provenance/v1 \
  --certificate-identity-regexp "^https://github.com/Dstack-TEE/dstack-sysbox-installer/.github/workflows/release.yml@refs/tags/v1.0.0$" \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  docker.io/dstacktee/dstack-sysbox-installer@sha256:2f5dbea99176f3ea0362b85346b31b1160bfb70c1d98d1c8d375d57782127dd1