mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-24 07:23:45 +03:00
7 lines
248 B
Docker
7 lines
248 B
Docker
# Source Image
|
|
FROM docker.io/library/registry:3.0@sha256:1fc7de654f2ac1247f0b67e8a459e273b0993be7d2beda1f3f56fbf1001ed3e7
|
|
|
|
# Configure TLS certificates
|
|
ENV REGISTRY_HTTP_TLS_CERTIFICATE="/certs/cert.pem"
|
|
ENV REGISTRY_HTTP_TLS_KEY="/certs/key.pem"
|