File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626
2727 k8s :
2828 machine :
29- image : ubuntu-1604:201903 -01
29+ image : ubuntu-2004:202101 -01
3030 steps :
3131 - checkout
3232 - run :
5050
5151 openshift :
5252 machine :
53- image : ubuntu-1604:201903 -01
53+ image : ubuntu-2004:202101 -01
5454 steps :
5555 - checkout
5656 - run :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ function oc-cluster-run()
2626{
2727
2828 # Add internal insecure registry
29- sudo sed -i ' s#^ExecStart=.*#ExecStart= /usr/bin/dockerd --insecure-registry= ' 172.30.0.0/16' -H fd:// #' /lib /systemd/system/docker.service
29+ sudo sed -i ' s#/usr/bin/dockerd# /usr/bin/dockerd --insecure-registry ' 172.30.0.0/16' #' /etc /systemd/system/docker.service.d/10-machine.conf
3030 sudo systemctl daemon-reload
3131 sudo systemctl restart docker
3232
You can’t perform that action at this time.
0 commit comments