You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Dockerfile present for tag v0.2.14 (the release version) does use the alpine package manager to upgrade system dependencies.
These kind of upgrades alter the base container image in a way, that we cannot rely on the published container scans provided by DockerHub.
Therefore package manager updates/upgrades must not be present in our Dockerfiles
See the upgraded TRG 4.02 descriptions for a more detailed explanation
The text was updated successfully, but these errors were encountered:
The
Dockerfile
present for tagv0.2.14
(the release version) does use the alpine package manager to upgrade system dependencies.These kind of upgrades alter the base container image in a way, that we cannot rely on the published container scans provided by DockerHub.
Therefore package manager updates/upgrades must not be present in our
Dockerfile
sSee the upgraded TRG 4.02 descriptions for a more detailed explanation
The text was updated successfully, but these errors were encountered: