the ca-cert is now manually imported
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
Dieser Commit ist enthalten in:
Ursprung
249eb5d0c6
Commit
9d523824f0
|
@ -29,6 +29,6 @@ ENV KEYCLOAK_ADMIN_PASSWORD="admin"
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
COPY --chown=root:root tobie-ca.crt /etc/pki/ca-trust/source/anchors/tobie-ca.crt
|
COPY --chown=root:root tobie-ca.crt /etc/pki/ca-trust/source/anchors/tobie-ca.crt
|
||||||
USER root
|
USER root
|
||||||
RUN update-ca-trust
|
RUN keytool -importcert -alias tobieca -cacerts -storepass changeit -noprompt -trustcacerts -file /etc/pki/ca-trust/source/anchors/tobie-ca.crt
|
||||||
USER keycloak
|
USER keycloak
|
||||||
ENTRYPOINT ["kc.sh", "start", "--optimized", "--http-enabled", "true", "--proxy", "edge", "--log-console-format", "'%-5p [%c] (%t) %s%e%n'", "--hostname-strict-backchannel=true"]
|
ENTRYPOINT ["kc.sh", "start", "--optimized", "--http-enabled", "true", "--proxy", "edge", "--log-console-format", "'%-5p [%c] (%t) %s%e%n'", "--hostname-strict-backchannel=true"]
|
||||||
|
|
Laden…
In neuem Issue referenzieren