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
code/distroless > cloud-build-local --config=cloudbuild.yaml .
2020/07/28 15:23:56 RUNNER - [docker ps -a -q --filter name=step_[0-9]+|cloudbuild_|metadata]
2020/07/28 15:23:56 RUNNER - [docker network ls -q --filter name=cloudbuild]
2020/07/28 15:23:56 RUNNER - [docker volume ls -q --filter name=homevol|cloudbuild_]
2020/07/28 15:23:58 Error merging substitutions and validating build: Error validating build: invalid .artifacts field: cannot specify more than 100 images to build
It seems like there may be a hard limit of 100 images to be published by a single cloudbuild run. Before my commit there were 97 images being published and after there are 103. However I couldn't find anything in the cloudbuild docs about such a limit.
Not sure what your build pipeline looks like for this behind the scenes, but the easiest thing to do may be to have separate cloudbuild files for different directories java, cc, experimental etc
By reading the documentation, I see there are 3 versions of nodejs images:
https://github.com/GoogleContainerTools/distroless/blob/master/experimental/nodejs/README.md
But, in the gcr, I see only two tags, one latest and another for debug.
https://console.cloud.google.com/gcr/images/distroless/GLOBAL/nodejs?gcrImageListsize=100
I think there is something strange about this
Thanks for your help/support, distroless images are really great 👍
The text was updated successfully, but these errors were encountered: