Halvard Skogsrud
Halvard Skogsrud
This change adds inferred file sync mode to the ko builder. Skaffold syncs static assets from the workspace to a running container, based on the `/kodata/` convention: https://github.com/google/ko#static-assets Tracking: #7131
The `cloud-platform` scope enables Jenkins agents to publish artifacts (e.g., container images) to Artifact Registry and Container Registry.
Title: Automating TLS certificate management for Istio ingress gateway using Certificate Authority Service The tutorial shows how to configure the Istio ingress gateway to use TLS certificates managed by `cert-manager`,...
If a tag points to an [image index](https://github.com/opencontainers/image-spec/blob/master/image-index.md#oci-image-index-specification) or [manifest list](https://docs.docker.com/registry/spec/manifest-v2-2/#manifest-list), digester resolves the tag to the digest of the image index or manifest list. This enhancement adds a `--platform`...
Digester currently uses HEAD requests to look up image digests. If the image registry returns an error, there is no response body to provide additional information about the error. As...
Closes: #11
For https support
### Expected behavior All the `container` hooks in the `deploy.kubectl.hooks.after` section of `skaffold.yaml` should execute - at least as long as each previous hook exits with a zero exit status....