-
## TL;DR
- Standardize eStargz archive format as an optional extension to OCI Image Spec v1: https://github.com/containerd/stargz-snapshotter/blob/v0.2.0/docs/stargz-estargz.md
- Define `org.openc…
ktock updated
3 years ago
-
If manifest_config is not specified when pushing by oras-py, the implementation currently treats manifest_config as a completely empty string.
https://github.com/oras-project/oras-py/blob/02c5bdacb54…
-
**Description**
A docker swarm have services with containers from a private registry.
The registry is saved with basic auth.
The credentials are saved local after the docker login command.
…
-
### What version of Go are you using (`go version`)?
$ go version
go version devel go1.22-54452b963c Thu Nov 2 10:34:00 2023 +0000 linux/amd64
### Does this issue reproduce with the lat…
-
Hi, I’m using a Mac to run GECKO and encountered the following error when executing runDLKcat():WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/a…
-
If I'm a center building containers for my users, I'd want an easy way to make them public and then share. This could again be something akin to a registry interface, or just a script to generate a li…
vsoch updated
5 years ago
-
### Description
For redundancy and security purposes, it is often desirable to have a local copy of a container image in a private container registry. The pattern for doing this is to pull, retag a…
-
As TUF operates in a central layer to my security architecture, I would like to assess and minimize the risk incurred by using go-tuf to implement the protocol.
When I create a minimal example pro…
-
### What are you trying to do?
I'd love to have binary reproducible builds (motivation: https://reproducible-builds.org/) in dagger.
### Why is this important to you?
Beside its nice securi…
-
### What is the problem you're trying to solve
Decompressing layer and calculating the SHA256 digest can be quite time-consuming when pulling images, especially for those containing large layers. For…