Dan Williams

Results 26 comments of Dan Williams

I don't think having a file to config concrete would be a bad thing concrete.json ``` { command: 'make test', success: 'make deploy', fail: 'make shame' } ```

Confirmed that our pipelines can build against artifact registry using [a7425d1](https://github.com/GoogleContainerTools/kaniko/commit/a7425d1fd0442b58dc24698285102176365a28d9) We'll continue to use the commit tagged image, thanks so much for the quick response! o/t while bisecting my...

When I dropped the call, and installation of `docker-credential-gcr`, I get ```bash time="2022-01-25T20:57:16Z" level=error msg="No matching credentials were found for \"us-east4-docker.pkg.dev\"" time="2022-01-25T20:57:16Z" level=error msg="No matching credentials were found for \"us-east4-docker.pkg.dev\""...

When we run > docker-credential-gcr configure-docker --registries=us-east4-docker.pkg.dev And then the `skaffold build` invocation it works. This is with the commit tagged version

You may want to consider not using `latest` at all, and encourage people to select a specific release. While a best practice for using containers in production, I think it'll...

@philips do you have a rough outline the community could fill out? Quickly thinking we could: 1. kubelets generate PGP keys a. store private key locally(?) b. store public key...

That would make the initial bootstrapping step different from the 'normal case' which is dangerous in my experience.

It would stay the same in that it would still be manual

Will definatly need v2 support to roll this out. Be happy to exercise your PR