Docker Image Information
Image: docker.io/dstacktee/dstack-sysbox-installer:1.0.1
Digest (SHA256): sha256:354cc2b750f467bcbfbd36ccb967d82c2f60135df4d048f2f9808b1acf472e73
Verification: Verify on Sigstore
Installation
docker run --rm --privileged --pid=host --net=host -v /:/host \
docker.io/dstacktee/dstack-sysbox-installer:1.0.1Verify 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.1$" \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
docker.io/dstacktee/dstack-sysbox-installer@sha256:354cc2b750f467bcbfbd36ccb967d82c2f60135df4d048f2f9808b1acf472e73