GoogleCloudPlatform / golang-docker

Docker images for Go on Google App Engine
Apache License 2.0
222 stars 78 forks source link

Upgrade all builders to Kaniko v1.3.0 #192

Closed imjasonh closed 3 years ago

imjasonh commented 3 years ago

This addresses failures reported in https://github.com/GoogleCloudPlatform/golang-samples/issues/1799, later reported to kaniko in https://github.com/GoogleContainerTools/kaniko/issues/1465 by using a newer version of Kaniko that supports multi-arch base images like distroless.

cc @jonjohnsonjr for spotting that these were using such old versions of Kaniko.