snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

Jib containers add config alwaysCacheBaseImage option #257

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 3 years ago

In my company our openshift docker registry mainfest seems to return manifest 2.1 This causes "Diff ID not available for digest-only layer".

Referencing Based on https://github.com/GoogleContainerTools/jib/issues/2147

They suggested to use -Djib.alwaysCacheBaseImage=true to workaround the problem.

Containerizer containerizer; setAlwaysCacheBaseImage(boolean alwaysCacheBaseImage)


https://github.com/quarkusio/quarkus/issues/14861


$upstream:14861$