risdenk commented on code in PR #772: URL: https://github.com/apache/knox/pull/772#discussion_r1267135769
########## gateway-docker/src/main/resources/docker/Dockerfile: ########## @@ -13,11 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM openjdk:8-jre-alpine +FROM openjdk:8-jre-alpine3.8 Review Comment: `openjdk` just isn't even an option anymore. Its not updated period. Even switching the tag. openjdk image is just plain wrong. See https://hub.docker.com/_/openjdk > The only tags which will continue to receive updates beyond July 2022 will be Early Access builds (which are sourced from [jdk.java.net](https://jdk.java.net/)), as those are not published/supported by any of the above projects. so really can't use `openjdk` related to the error you are getting - I don't know. -- 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]
