We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0f5af commit 95fd449Copy full SHA for 95fd449
README.md
@@ -105,7 +105,7 @@ Download the current version:
105
mkdir -p ~/.docker/cli-plugins
106
107
# Download the script to the docker plugins directory
108
-curl -sSL https://raw.githubusercontent.com/psviderski/unregistry/v0.2.0/docker-pussh \
+curl -sSL https://raw.githubusercontent.com/psviderski/unregistry/v0.2.1/docker-pussh \
109
-o ~/.docker/cli-plugins/docker-pussh
110
111
# Make it executable
docker-pussh
@@ -6,7 +6,7 @@ if [[ "${UNREGISTRY_DEBUG:-}" == "1" ]]; then
6
fi
7
8
# Script version
9
-VERSION="0.2.0"
+VERSION="0.2.1"
10
11
# Ensure localhost connections bypass proxy
12
export no_proxy="${no_proxy:-},localhost,127.0.0.1"
0 commit comments