are we going to update the corretto8 docker image anytime soon?

0

The grype are failing on our pipelines due to https://alas.aws.amazon.com/AL2/ALASCORRETTO8-2022-002.html, it is related to java-1.8.0-amazon-corretto. In our pipelines, we are consuming 489478819445.dkr.ecr.us-west-2.amazonaws.com/corretto8:latest, this is also the image consumed on https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/docker-install.html. On github, https://github.com/corretto/corretto-docker/blob/main/8/jdk/al2/Dockerfile, it has been updated to consume ARG version=1.8.0_332.b08-1, but for the docker images we used internally, it's created 2 years back, do we have any plan to address the issue?

docker image inspect 489478819445.dkr.ecr.us-west-2.amazonaws.com/corretto8:latest
[
    {
        "Id": "sha256:9af30af8ca03289fbf53d120cd092435f7ef329d9b1c4575fd8d9b64a10e46f1",
        "RepoTags": [
            "489478819445.dkr.ecr.us-west-2.amazonaws.com/corretto8:latest"
        ],
        "RepoDigests": [
            "489478819445.dkr.ecr.us-west-2.amazonaws.com/corretto8@sha256:f1f253dd5be74598ade8a7a7d9c100a06046928a14c8ff573be94daa5ae5f123"
        ],
        "Parent": "",
        "Comment": "",
        "Created": "2020-07-31T22:43:15.83119562Z",
        "Container": "0de2867cbb7dbdb39eac288fba6ec790dd55e836580d3af3b8a27e93cd4553e1",
AWS
已提問 2 年前檢視次數 175 次
沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南