Revert "Integration test insecure registry"

This commit is contained in:
Donal McBreen
2024-09-10 10:02:10 +01:00
committed by GitHub
parent 7156c80f34
commit a4d668cd39
7 changed files with 10 additions and 2 deletions

View File

@@ -10,6 +10,8 @@ RUN mkdir ssh && \
COPY registry-dns.conf .
COPY boot.sh .
RUN mkdir certs && openssl req -newkey rsa:4096 -nodes -sha256 -keyout certs/domain.key -x509 -days 365 -out certs/domain.crt -subj '/CN=registry' -extensions EXT -config registry-dns.conf
HEALTHCHECK --interval=1s CMD pgrep sleep
CMD ["./boot.sh"]