github psviderski/unregistry v0.4.0

4 hours ago

✨ What's new

docker pussh now tries to automatically find the docker binary in more locations, including snap installs, Homebrew (linuxbrew), and other custom paths.
Huge kudos to @kwakubiney and @decarbonise for the contribution! ❤️

If auto-detection doesn't work for your setup, you can now set the path explicitly using the REMOTE_DOCKER_PATH environment variable. You can also override the path to the containerd socket on the remote host using the REMOTE_CONTAINERD_SOCKET environment variable.

REMOTE_DOCKER_PATH=/usr/local/bin/docker REMOTE_CONTAINERD_SOCKET=/var/run/docker/containerd/containerd.sock \
  docker pussh myimage:1.2.3 user@host

Changelog

  • 01ec497 chore: relax start check of unregistry container
  • 2f0f8bb fix: search more directories for docker (#44)
  • 45e9aed fix: shellcheck, one missing docker remote command replaced with
  • 8d5b784 revert redundant check for healthy after the #44 merge

Don't miss a new unregistry release

NewReleases is sending notifications on new releases.