add gcr mirro
This commit is contained in:
@@ -29,8 +29,7 @@ RUN wget -O /tmp/scout.tar.gz https://github.com/docker/scout-cli/releases/downl
|
|||||||
|
|
||||||
|
|
||||||
# Add bash completion and set bash as default shell
|
# Add bash completion and set bash as default shell
|
||||||
RUN mkdir /etc/bash_completion.d \
|
RUN curl -sS https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -o /etc/bash_completion.d/docker \
|
||||||
&& curl -sS https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -o /etc/bash_completion.d/docker \
|
|
||||||
&& sed -i "s/ash/bash/" /etc/passwd
|
&& sed -i "s/ash/bash/" /etc/passwd
|
||||||
|
|
||||||
# Replace modprobe with a no-op to get rid of spurious warnings
|
# Replace modprobe with a no-op to get rid of spurious warnings
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
"experimental": true,
|
"experimental": true,
|
||||||
"debug": true,
|
"debug": true,
|
||||||
"log-level": "info",
|
"log-level": "info",
|
||||||
|
"registry-mirrors": ["https://mirror.gcr.io"],
|
||||||
"insecure-registries": [
|
"insecure-registries": [
|
||||||
"127.0.0.1"
|
"127.0.0.1"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user