Merge pull request #917 from openziti/dependabot/docker/docker/images/zrok/all-56c4a696ec

Bump openziti/ziti-cli from 1.3.3 to 1.4.3 in /docker/images/zrok in the all group
This commit is contained in:
Kenneth Bingham 2025-04-04 12:59:43 -04:00 committed by GitHub
commit 172be3c4d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# CHANGELOG
## v1.0.2
CHANGE: The openziti/zrok Docker image has been updated to use the latest version of the ziti CLI, 1.4.3 (https://github.com/openziti/zrok/pull/917)
## v1.0.1
FEATURE: The zrok Agent now persists private accesses and reserved shares between executions. Any `zrok access private` instances or `zrok share reserved` instances created using the agent are now persisted to a registry stored in `${HOME}/.zrok`. When restarting the agent these accesses and reserved shares are re-created from the data in this registry (https://github.com/openziti/zrok/pull/922)

View File

@ -1,5 +1,5 @@
# this builds docker.io/openziti/zrok
FROM docker.io/openziti/ziti-cli:1.3.3
FROM docker.io/openziti/ziti-cli:1.4.3
ARG ARTIFACTS_DIR=./dist
ARG DOCKER_BUILD_DIR=.