-
nonroot runner image cannot install debugging tools, which makes the debug much more harder than before. We should provide a `debug` image with all tools available, or provide a root user version.
-
The nonroot user, which porter executes the invocation image as, does not get the modules installed (can't do Import-Module). They are installed for the root user. If the modules are installed using t…
-
## Steps to reproduce
- Build Postgres in a container from `neondatabase/build-tools:pinned` image ([Dockerfile](https://github.com/neondatabase/neon/blob/bf9fc7706190ecd7cbd04fc56864086ced717327/Doc…
-
```
_ ____ _ __ ___
/ \ | _ \ | |/ / / _ \
/ _ \ | |_) | | ' / | | | |
/ ___ \ | __/ | . \ | |_| |
/_/ \_\ |_| |_|\_\ \___/
apko
GitVersion: v…
-
The build finishes successfully on my machine. But I am getting the following error when I try to build the server on an AWS instance:
RUN curl -LSsO https://github.com/open-telemetry/opentelemetry…
-
### What are you trying to do?
Use a tag for an SSH check rule, for example:
```json
{
"action": "check",
"src": ["tag:server"],
"dst": ["tag:server"],
"users": ["autogroup:non…
-
currently the script requires sudo from a nonroot user.
It should separate distinct permissions options. Some use cases:
- packages for system, configs for user
- no access to root -- packages fo…
-
i tried add following cmd at /etc/rc.local but not work.
su username -c 'conda activate cling && jupyter notebook'
'conda activate cling && jupyter notebook' cmd works as non root user in console …
-
### What are you trying to do?
I have an access rule configured for my network:
```jsonc
{ // Personal devices can access everything
"Action": "accept",
"Users": ["tag:personal"],
…
-
#### Setup Details
CIS Operator f5-bigip-ctlr-operator.v1.17.0
#### Description
When deploying an F5 CIS controller into OpenShift using the `F5 Container Ingress Services` Operator (v1.17.…