UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit c8b57dee authored by Patrick Einheber's avatar Patrick Einheber
Browse files

Merge branch 'entrypoint-script' into 'development'

script added

See merge request dsop/confluent/confluentinc/confluent-operator-2.6.x!15
parents 5bde5c7e 3d39f865
No related branches found
No related tags found
2 merge requests!16Development,!15script added
Pipeline #2020858 passed
Pipeline: confluent-operator-2.9.x

#2020860

    ......@@ -22,6 +22,8 @@ COPY hardening_manifest.yaml /etc/confluent/ironbank/
    COPY --from=base /licenses /licenses
    COPY --from=base /opt/manager /opt/manager
    COPY scripts/entrypoint.sh /entrypoint.sh
    RUN echo "===> Dependency update" \
    && dnf update -y --nodocs \
    && chmod gu-s /usr/bin/write \
    ......@@ -30,7 +32,7 @@ RUN echo "===> Dependency update" \
    && yum clean all \
    && rm -rf /tmp/* /var/cache/dnf
    ENTRYPOINT ["/opt/manager"]
    ENTRYPOINT ["/entrypoint.sh"]
    # Polling period : 5 seconds
    # Timeout period : 2 seconds (if the polling does not return within this time, treat as a failed poll)
    ......
    #!/bin/bash
    /opt/manager
    \ No newline at end of file
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment