Releases: plexsystems/sinker
Releases · plexsystems/sinker
Release list
v0.18.0
v0.17.0
ENHANCEMENTS
- Add a
copycommand which lets uses to copy images from one repository to another without the need for the Docker daemon. (thanks @hassenius 🎉)
v0.16.0
ENHANCEMENTS
- Add ghcr.io to list of registries without nested support (thanks @mnasiadka 🎉 )
v0.15.0
v0.14.3
v0.14.2
Bug Fix
- Add exceptions for paremeters that include logging levels including a comma, common with Envoy proxy/Istio. Addresses #44
v0.14.1
BUG FIX
- Skipping arguments that contain a parameter that contains
http://orhttps://
v0.14.0
ENHANCEMENTS
-
Validate that the image exists at the remote registry and that the client has the necessary auth to pull all of the images before attempting the pull operation. This helps prevent failures that could occur part-way through executing the pull command.
-
Start releasing docker images to DockerHub. Docker images can be found at https://hub.docker.com/repository/docker/plexsystems/sinker
v0.13.1
BUG FIX
- When checking if a registry has an image manifest, most registries return
MANIFEST_UNKNOWN. Harbor replies with
NOT_FOUND. This release addsNOT_FOUNDas a valid error to be returned when an image cannot be found. ( Thanks @hoihrig 🎉 )