making this thing actually usable.
This commit is contained in:
10
Dockerfile
10
Dockerfile
@@ -1,7 +1,7 @@
|
|||||||
FROM docker:dind
|
FROM docker:dind
|
||||||
|
|
||||||
CMD ["sh", "-c", "
|
CMD [
|
||||||
dockerd --insecure-registry nexus-repo-nexus-repository-manager.default.svc.cluster.local:5000 &
|
"dockerd", "--insecure-registry", "nexus-repo-nexus-repository-manager.default.svc.cluster.local:5000", "&",
|
||||||
sleep 5
|
"sleep", "5",
|
||||||
docker login http://nexus-repo-nexus-repository-manager.default.svc.cluster.local:5000 -u admin -p testpass
|
"docker", "login", "http://nexus-repo-nexus-repository-manager.default.svc.cluster.local:5000", "-u", "admin", "-p", "testpass"
|
||||||
"]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user