you do wanna make me cry and i wanna say goodbye

This commit is contained in:
2025-05-27 09:36:32 +03:00
parent be5148e601
commit 18c5abeb5a

View File

@@ -1,10 +1,5 @@
FROM docker:dind FROM docker:dind
# COPY ./setup-daemon.sh /bin/
# RUN chmod +x /bin/setup-daemon.sh
# ENTRYPOINT ["/bin/setup-daemon.sh"]
RUN mkdir -p /etc/docker && \ RUN mkdir -p /etc/docker && \
echo '{ "insecure-registries": ["http://nexus-repo-nexus-repository-manager.default.svc.cluster.local:5000"] }' > /etc/docker/daemon.json echo '{ "insecure-registries": ["http://nexus-repo-nexus-repository-manager.default.svc.cluster.local:5000"] }' > /etc/docker/daemon.json