·
2 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Changes
Installation
Download the appropriate archive for your platform and extract it.
Verification
All release artifacts are signed with cosign. To verify:
# Download the artifact and its .sigstore.json bundle
# Then verify with:
cosign verify-blob \
--certificate-identity-regexp 'https://github.com/dkarlovi/docker-hostmanager.rs' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--bundle <artifact>.sigstore.json \
<artifact>Docker
Docker images are also signed and can be verified:
cosign verify \
--certificate-identity-regexp 'https://github.com/dkarlovi/docker-hostmanager.rs' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
ghcr.io/dkarlovi/docker-hostmanager.rs:1.2.1Run with:
docker run -d \
--name docker-hostmanager \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /etc/hosts:/hosts \
ghcr.io/dkarlovi/docker-hostmanager.rs:1.2.1