Update allows.txt
add paketobuildpacks/** image group into allows.txt. This image is for the Spring Boot Maven plugin. That plugin allows the image to have multiple layers. When you build it for the first time and then change the codebase, it doesn’t need to rebuild all the layers—just the one you modified. this paketobuildpacks/base it's plugin default container image.
This commit is contained in:
parent
9a0ba21e8b
commit
b370c2e714
|
@ -523,6 +523,7 @@ docker.io/owncloud/server
|
|||
docker.io/p3terx/aria2-pro
|
||||
docker.io/paddlepaddle/paddle
|
||||
docker.io/pandoc/*
|
||||
docker.io/paketobuildpacks/*
|
||||
docker.io/percona/*
|
||||
docker.io/pgautoupgrade/pgautoupgrade
|
||||
docker.io/pgrouting/pgrouting
|
||||
|
|
Loading…
Reference in New Issue