feat: add container registry and mini ca (#3,#4)

This commit is contained in:
Stephan Lüscher 2023-04-27 17:20:18 +00:00
parent d5d03e710f
commit 0714214247
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF
3 changed files with 54 additions and 0 deletions

10
minica/Containerfile Normal file
View file

@ -0,0 +1,10 @@
# Source Image
FROM docker.io/library/golang:1.20
# Install minica
RUN go install github.com/jsha/minica@latest
# Generate wildcard certificate
WORKDIR /certs
RUN minica --domains "*.ublue.local,ublue.local,localhost" \
--ip-addresses 127.0.0.1