forked from github-starred/komodo
core and periphery images auto run update-ca-certificates on start, only need to mount in.
This commit is contained in:
@@ -55,7 +55,7 @@ ENV KOMODO_CLI_CONFIG_PATHS="/config"
|
|||||||
# This ensures any `komodo.cli.*` takes precedence over the Core `/config/*config.*`
|
# This ensures any `komodo.cli.*` takes precedence over the Core `/config/*config.*`
|
||||||
ENV KOMODO_CLI_CONFIG_KEYWORDS="*config.*,*komodo.cli*.*"
|
ENV KOMODO_CLI_CONFIG_KEYWORDS="*config.*,*komodo.cli*.*"
|
||||||
|
|
||||||
CMD [ "core" ]
|
CMD [ "/bin/bash", "-c", "update-ca-certificates && core" ]
|
||||||
|
|
||||||
# Label to prevent Komodo from stopping with StopAllContainers
|
# Label to prevent Komodo from stopping with StopAllContainers
|
||||||
LABEL komodo.skip="true"
|
LABEL komodo.skip="true"
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ ENV KOMODO_CLI_CONFIG_PATHS="/config"
|
|||||||
# This ensures any `komodo.cli.*` takes precedence over the Core `/config/*config.*`
|
# This ensures any `komodo.cli.*` takes precedence over the Core `/config/*config.*`
|
||||||
ENV KOMODO_CLI_CONFIG_KEYWORDS="*config.*,*komodo.cli*.*"
|
ENV KOMODO_CLI_CONFIG_KEYWORDS="*config.*,*komodo.cli*.*"
|
||||||
|
|
||||||
CMD [ "core" ]
|
CMD [ "/bin/bash", "-c", "update-ca-certificates && core" ]
|
||||||
|
|
||||||
# Label to prevent Komodo from stopping with StopAllContainers
|
# Label to prevent Komodo from stopping with StopAllContainers
|
||||||
LABEL komodo.skip="true"
|
LABEL komodo.skip="true"
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ ENV KOMODO_CLI_CONFIG_PATHS="/config"
|
|||||||
# This ensures any `komodo.cli.*` takes precedence over the Core `/config/*config.*`
|
# This ensures any `komodo.cli.*` takes precedence over the Core `/config/*config.*`
|
||||||
ENV KOMODO_CLI_CONFIG_KEYWORDS="*config.*,*komodo.cli*.*"
|
ENV KOMODO_CLI_CONFIG_KEYWORDS="*config.*,*komodo.cli*.*"
|
||||||
|
|
||||||
CMD [ "core" ]
|
CMD [ "/bin/bash", "-c", "update-ca-certificates && core" ]
|
||||||
|
|
||||||
# Label to prevent Komodo from stopping with StopAllContainers
|
# Label to prevent Komodo from stopping with StopAllContainers
|
||||||
LABEL komodo.skip="true"
|
LABEL komodo.skip="true"
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ ENV PERIPHERY_CONFIG_PATHS="/config"
|
|||||||
# Change the default in container to /config/keys to match Core
|
# Change the default in container to /config/keys to match Core
|
||||||
ENV PERIPHERY_PRIVATE_KEY="file:/config/keys/periphery.key"
|
ENV PERIPHERY_PRIVATE_KEY="file:/config/keys/periphery.key"
|
||||||
|
|
||||||
CMD [ "periphery" ]
|
CMD [ "/bin/bash", "-c", "update-ca-certificates && periphery" ]
|
||||||
|
|
||||||
# Label to prevent Komodo from stopping with StopAllContainers
|
# Label to prevent Komodo from stopping with StopAllContainers
|
||||||
LABEL komodo.skip="true"
|
LABEL komodo.skip="true"
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ENV PERIPHERY_CONFIG_PATHS="/config"
|
|||||||
# Change the default in container to /config/keys to match Core
|
# Change the default in container to /config/keys to match Core
|
||||||
ENV PERIPHERY_PRIVATE_KEY="file:/config/keys/periphery.key"
|
ENV PERIPHERY_PRIVATE_KEY="file:/config/keys/periphery.key"
|
||||||
|
|
||||||
CMD [ "periphery" ]
|
CMD [ "/bin/bash", "-c", "update-ca-certificates && periphery" ]
|
||||||
|
|
||||||
# Label to prevent Komodo from stopping with StopAllContainers
|
# Label to prevent Komodo from stopping with StopAllContainers
|
||||||
LABEL komodo.skip="true"
|
LABEL komodo.skip="true"
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ ENV PERIPHERY_CONFIG_PATHS="/config"
|
|||||||
# Change the default in container to /config/keys to match Core
|
# Change the default in container to /config/keys to match Core
|
||||||
ENV PERIPHERY_PRIVATE_KEY="file:/config/keys/periphery.key"
|
ENV PERIPHERY_PRIVATE_KEY="file:/config/keys/periphery.key"
|
||||||
|
|
||||||
CMD [ "periphery" ]
|
CMD [ "/bin/bash", "-c", "update-ca-certificates && periphery" ]
|
||||||
|
|
||||||
# Label to prevent Komodo from stopping with StopAllContainers
|
# Label to prevent Komodo from stopping with StopAllContainers
|
||||||
LABEL komodo.skip="true"
|
LABEL komodo.skip="true"
|
||||||
|
|||||||
Reference in New Issue
Block a user