jiacai2050 commented on code in PR #1503: URL: https://github.com/apache/incubator-horaedb/pull/1503#discussion_r1528015021
########## horaemeta/Dockerfile: ########## @@ -44,7 +44,9 @@ RUN chmod +x /usr/bin/horaemeta-server COPY ./docker/entrypoint.sh /entrypoint.sh COPY ./config/example-standalone.toml /etc/horaemeta/horaemeta.toml -COPY ./docker/tini /tini +ENV TINI_VERSION v0.19.0 +ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini +RUN chmod +x /tini Review Comment: Fixed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
