Skip to content

1.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Feb 13:36
· 13 commits to main since this release
Immutable release. Only release title and notes can be modified.
e67220b

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.0

Run 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.0