Stanislav Zaprudskiy
Stanislav Zaprudskiy
* https://docs.docker.com/build/building/secrets/ * https://docs.podman.io/en/latest/markdown/podman-run.1.html#secret-secret-opt-opt A possible implementation of https://github.com/ansible/ansible-builder/issues/196 (but is not related to https://github.com/ansible/ansible-builder/issues/195)
In my case I have numbers of CRDs and resources going to be be deployed into Kubernetes (you can take `kube-prometheus-stack` as example), and `preview` command with `diff: true`. As...
[v0.10.0](https://github.com/concourse/oci-build-task/releases/tag/v0.10.0) points to https://github.com/concourse/oci-build-task/commit/a46d096a62aa21ed783a76e5fc62f448c62b9333, thus [misses](https://github.com/concourse/oci-build-task/compare/v0.10.0...master) the corresponding `BUILDKIT_SECRETTEXT_` param. Subsequently, the corresponding docker hub image doesn't support `BUILDKIT_SECRETTEXT_` either. Similarly to https://github.com/concourse/oci-build-task/issues/71, it took a while to figure this...
### Expected behavior `skaffold dev` cleans up in the reverse order of its install order. ### Actual behavior `skaffold dev` cleans up in the same order (?) as its install...
As administrator, I'd like to have an API endpoint to list clusters of some other project in a region. It would be something similar to [`/api/v1/clusters`](https://github.com/sapcc/kubernikus/blob/ff768945aba73eb2689e92d1d03f2690677fe9f8/swagger.yml#L105), but accepting OpenStack project...
The idea behind the following pipeline is that each subsequent job updates the body of the same pre-release until the final job does its update and makes that pre-release to...
The PR adds `.reloader.enabled` value (set to `false` by default) to control [`reloader.stakater.com/auto: "true"`](https://github.com/stakater/Reloader) annotation, which, when enabled, would cause the Deployment to do a rolling restart when referenced CMs...