Releases: dkarlovi/docker-hostmanager.rs
1.2.1
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.11.2.0
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.0Run 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.01.1.0
Changes
- fix: simplify threading model, improve debounce logic (no wakeups) (#13) (72b1b87)
- feat: add support for custom domains via dev.orbstack.domains label (#12) (1abac2a)
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.1.0Run 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.1.01.0.5
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.0.5Run 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.0.51.0.4
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.0.4docker run -d \
--name docker-hostmanager \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /etc/hosts:/etc/hosts \
ghcr.io/dkarlovi/docker-hostmanager.rs:1.0.4 \
sync /etc/hosts1.0.3
Changes
Installation
Download the appropriate archive for your platform and extract it.
Docker
docker run -d \
--name docker-hostmanager \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /etc/hosts:/etc/hosts \
ghcr.io/dkarlovi/docker-hostmanager:1.0.3 \
sync /etc/hosts