isaacreath opened a new pull request, #169: URL: https://github.com/apache/cassandra-sidecar/pull/169
This PR updates the jib Gradle task to set the base image to the distroless Java 11 image and pin it on a sha so that we can guarantee repeatable builds. Additionally, this PR sets a meaningful name for the resulting image. The existing behavior produced an image tagged `server`, after this PR we tag the image with the name `cassandra-sidecar`. -- 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]

