-
**Is your feature request related to a problem? Please describe.**
`az container create` should automatically provide credentials for ACR images
**Describe the solution you'd like**
`az acr login…
-
**Is your feature request related to a problem? Please describe.**
ttyd images are located at DockerHub. DockerHub has some rate-limits which can be problematic in some situations.
**Describe the …
-
Initial setup:
```console
$ bin/podman images
REPOSITORY TAG IMAGE ID CREATED SIZE
quay.io/libpod/testimage 20240123 1f6acd4c4a1…
-
### What happened?
While trying to reproduce https://github.com/kubernetes/kubernetes/issues/128669 I spun up a VM to test 1.31.2 via minikube and I think I might have uncovered a new and different…
-
Hello,
just got started using this container to secure watchtower.
but i see strange behavior when i send requests to the api in the below setup:
```
version: '2'
services:
watchtower:
…
tobhv updated
2 months ago
-
### Problem
Currently it's not possible to specify the user inside a container. This is problematic for containers that need to be tested to run as non default user / non root environment. This is al…
-
# Expectation / Proposal
Kubernetes Workers do not easily support private registry images. A private image can be specified, but it's not possible to provide credentials through the default confi…
-
## Overview
In the scheduler container, we host multiple Airflow subprocesses, namely the scheduler, the DAG processor, and the triggerer. We need to generate per-subprocess metrics so we know when…
-
Currently there is a docker-image dedicated and used by SWT which is maintained in the platform.releng.aggregator repository:
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/tr…
-
### Description
When running e.g.
```
docker buildx prune --filter="until=25s"
```
after deleting some cache layers, the parents of those cache layers are marked as "last used". This does not let it…