feat: add Dockerfile, docker-compose, and init script for step-ca with PostgreSQL support
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM smallstep/step-ca
|
||||
USER root
|
||||
RUN apk update
|
||||
RUN apk add --no-cache jq
|
||||
COPY init.sh /scripts/init.sh
|
||||
|
||||
USER step
|
||||
ENTRYPOINT [ "/scripts/init.sh"]
|
||||
Reference in New Issue
Block a user