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 9d56cb9 commit aaf5bf0Copy full SHA for aaf5bf0
README.md
@@ -111,7 +111,7 @@ Download the current version:
111
mkdir -p ~/.docker/cli-plugins
112
113
# Download the script to the docker plugins directory
114
-curl -sSL https://raw.githubusercontent.com/psviderski/unregistry/v0.2.1/docker-pussh \
+curl -sSL https://raw.githubusercontent.com/psviderski/unregistry/v0.2.2/docker-pussh \
115
-o ~/.docker/cli-plugins/docker-pussh
116
117
# Make it executable
docker-pussh
@@ -6,7 +6,7 @@ if [[ "${UNREGISTRY_DEBUG:-}" == "1" ]]; then
6
fi
7
8
# Script version
9
-VERSION="0.2.1"
+VERSION="0.2.2"
10
11
# Ensure localhost connections bypass proxy
12
export no_proxy="${no_proxy:-},localhost,127.0.0.1"
0 commit comments