lifecycle
lifecycle copied to clipboard
Reference implementation of the Cloud Native Buildpacks lifecycle
### Summary This was initially uncovered in https://github.com/paketo-buildpacks/dotnet-publish/pull/356, where the Paketo buildpacks use .NET Core project names as process types. Some of these look like `Steeltoe.Demo`. It's common for .NET...
- Buildpacks using the newer buildpack API must use the new launch.toml format - The older format is still allowed on older buildpack API versions Issue: https://github.com/buildpacks/lifecycle/issues/870
## Summary As a developer, I'd like to be able to publish app images to an "insecure" registry in the non-daemon case. _(NOTE: I mention non-daemon case because the daemon...
Not pretty or complete, but proves out the approach.
This was originally added in #540 but removed in #560. The GCP credential provider from github.com/vdemeester/k8s-pkg-credentialprovider/gcp would loop forever when the metadata server could not be reached (see https://github.com/kubernetes/kubernetes/issues/86245). However...
Use `ggcr` `k8schain` package to provide workload identity based authentication in the lifecycle. The keychain returned by [NewNoClient](`https://godoc.org/github.com/google/go-containerregistry/pkg/authn/k8schain#NewNoClient) should allow us to provide credential-helper-like authentication when the lifecycle runs in-cluster...
### Summary When writing metadata as an integer such as: ``` [metadata] version = 1 ``` It will be retrieved from cache as a float incorrectly: ``` [metadata] version =...
Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.1.0 to 1.2.0. Release notes Sourced from github.com/BurntSushi/toml's releases. Release v1.2.0 This release adds a few additional features: Support encoding and decoding json.Number, making interoperability with JSON...
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.10.0 to 0.11.0. Release notes Sourced from github.com/google/go-containerregistry's releases. v0.11.0 Changelog b7b4eada Add unit test covering .dockerconfigjson secrets (#1335) 31786c6c Bump deps using ./hack/bump-deps.sh (#1410) f79ec219 Deprecate...