kaniko/vendor/cloud.google.com/go/compute/metadata
Joël Pepper 0cbb7664de
fix(executor): make pax tar builds reproducible again (#2384)
In v1.8.0 (commit 7410007) kaniko switched to using the pax tar header
format for compressing image layers, since this format allows for greater
precision in recording timestamps, however this inadvertendly broke the
"--reproducible" functionality, due to an bug in the underlying
go-containerregistry dependency which did not set the additional
timestamps in the pax header when canonicalizing image layers. This
oversight has since been fixed in the dependency.

This commit bumps the google/go-containerregistry dependency to the
first commit which has fixed the bug
(v0.13.1-0.20230201183932-824efc7772b0). It also bumps the version of
cloud.google.com/go/storage to v1.29.0 to be compatible with the higher
transitive dependency.
2023-03-21 18:08:29 -04:00
..
CHANGES.md fix(executor): make pax tar builds reproducible again (#2384) 2023-03-21 18:08:29 -04:00
LICENSE fix(executor): make pax tar builds reproducible again (#2384) 2023-03-21 18:08:29 -04:00
README.md fix(executor): make pax tar builds reproducible again (#2384) 2023-03-21 18:08:29 -04:00
metadata.go fix(executor): make pax tar builds reproducible again (#2384) 2023-03-21 18:08:29 -04:00
retry.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
retry_linux.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
tidyfix.go fix(executor): make pax tar builds reproducible again (#2384) 2023-03-21 18:08:29 -04:00

README.md

Compute API

Go Reference

This is a utility library for communicating with Google Cloud metadata service on Google Cloud.

Install

go get cloud.google.com/go/compute/metadata

Go Version Support

See the Go Versions Supported section in the root directory's README.

Contributing

Contributions are welcome. Please, see the CONTRIBUTING document for details.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See Contributor Code of Conduct for more information.