-
I notice that I can use either of these syntaxes:
```yaml
run-as: nonroot
run-as: 65532
```
... and we in fact favor the former in our examples.
I believe that certain runtime security…
-
Hey 🙋♀️
Thanks for the repo, which I wanted to give a try after your latest post on Cosmos DB in a dev container.
I'm on a Windows machine:
```pwsh
C:\Users\me\dev\FSharp.CosmosDb [main ≡]
…
-
### Description
I'm using Powershell on Linux in the Ubuntu subsystem.
I have a helm chart in the folder. This folder is attached with the CommandContextAttachment parameter.
`Invoke-AzAksRunComm…
-
We just introduced `seccompProfile` to the security contexts of the operator and server pods - this to support running on OpenShift 4.11.
However, this now breaks on OpenShift 4.10. See: https://bu…
-
Writing apko YAML files can be very repetitive. It would be desirable to be able to have a base configuration that can be inherited from.
Something like:
```yaml
from: github.com/chainguard-de…
-
HI,
I'm getting the following status when tryi,g to run couchbase container with a non root user:
`runsvdir -P /etc/service log: -server: fatal: unable to open supervise/lock: file does not exist…
-
### A note for the community
I am willing to work on this particular issue
### Use Cases
Currently, all published images are run as root (ie: the end user in the container is root). This has …
-
The operator fails with the following status
```
- lastTransitionTime: "2022-06-02T03:36:46Z"
lastUpdateTime: "2022-06-02T03:36:46Z"
message: 'pods "monitoring-stack-operator-prometheus…
-
```Dockerfile
# You can override this `--build-arg BASE_IMAGE=...` to use different
# version of Rust or OpenSSL.
ARG BASE_IMAGE=rust
# docker build --build-arg http_proxy=$http_proxy --build-ar…
lcmgh updated
2 years ago
-
I just saw TestDesiredState fail on canary because it couldn't find the outline line "The installation is out-of-sync, running the upgrade action". I feel like I have seen this before in CI so when we…