-
I tried to run below command to get OCI tar file in format/manifest in **application/vnd.oci.image.manifest.v1+json**
but got generated **application/vnd.docker.distribution.manifest.v2+json**
As pe…
-
We want to adapt our platform to make use of extensions, but the usage of the `extender` is not that clear.
1.
> If using extender, the platform MUST execute extender in either or both of: the b…
-
**Actual behavior**
A clear and concise description of what the bug is.
my project struct:
![image](https://user-images.githubusercontent.com/5895634/190292003-a7f794a4-44e0-4d7e-a91f-452e89a109de.…
-
# Expected Behavior
e2e tests "just work"
# Actual Behavior
Periodically the e2e tests hit DockerHub's shiny new rate-limiting, and things fail.
Example:
```
INFO[0000] Retrievin…
-
**Actual behavior**
It looks like when I have multi-stage Docker image which have few independent stages to build everything, and then the last stage only to copy files over into the final image, t…
mitar updated
4 months ago
-
**Please describe your use case / problem.**
I'm investigating your microcd/projects feature and it seems incompatible with a monorepo set up.
In a monorepo, there may be many Dockerfiles scattere…
-
docker is being / has been replaced by podman (at least) on Fedora. That should be mentioned on pages talking about docker.
```sh
grep -i "docker" -r *
```
in the repository finds references i…
-
**Actual behavior**
building a simple Dockerfile
```
FROM alpine:latest
COPY a /a
LABEL testLabel="testLabel"
COPY b /b
COPY c /c
```
`/kaniko/executor --dockerfile=./Dockerfile --desti…
-
**Actual behavior**
New features from `dockerfile/1.3.0` are not available ([1](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.3.0), [2](https://github.com/moby/buildkit/releases/tag/do…
-
Similar to how `DOCKER --compose` is used. Our use case is that our Jenkins cluster is running on GKE/K8S and `docker compose` is a no-go for integrations tests or things that go beyond build.
Just…