Silvano Cirujano Cuesta
Silvano Cirujano Cuesta
@mikebrow I found that definition some days ago and I failed trying to find it again the day over :disappointed: I think it's very good and a reference to it...
I find the `artifact` definition of the distro spec very good, but it probably needs to be changed to accommodate to the artifacts specification, by removing the need of having...
Use-case: - Docker host where docker-compose is being "occasionally" used to manage the containers. - Policy to control the configuration of the containers. - Rules should be enforced on Docker...
_CPU Architecture_: x86-64 _OS Name and Version_: Debian Stable/Bullseye/11 _Method to obtain the oras binary_: downloaded from [GitHub project release 0.14.1](https://github.com/oras-project/oras/releases/download/v0.14.1/oras_0.14.1_linux_amd64.tar.gz) _Output of oras version_: ``` Version: 0.14.1 Go version:...
@shizhMSFT that's it! Thanks! I've built ORAS with `CGO_ENABLED=1` and it works! If I disable the *cgo* resolver (*go* native one gets used) with `GODEBUG=netdns=go` (or `GODEBUG=netdns=go+2` to see the...
I've found out that I had an erroneous resolver configuration on my machine. Apparently the Glibc resolver was capable of somehow workaround the error, what the Go native resolver couldn't....
Please read https://github.com/GoogleContainerTools/kaniko/pull/1686#issuecomment-909399071. The proposed and implemented heuristic has its issues... Just a heads-up.
It looks to me as if you are trying to use ORAS to build container images, without any other artifacts involved. Please, correct me if I'm wrong. I don't think...
> Reading #244, I think what you're referring to here is the ability to push mixed content (an artifact set). You're right. > While oras can push a directory, the...
After reading more carefully the [OCI Artifacts Specification](https://github.com/opencontainers/artifacts) I've realized that what I'm calling an "artifact set" in this issue is being called "**artifact**" (although no [definition](https://github.com/opencontainers/artifacts/blob/master/definitions-terms.md) is clearly stating...