Skip to content

1.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Feb 09:20
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
6389df5

Changes

  • fix: correctly allow access to socket (#18) (6389df5)

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

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