Cristian Baldi
Cristian Baldi
Here it is: ``` { "schemaVersion": 2, "mediaType": "", "config": { "mediaType": "application/vnd.oci.image.config.v1+json", "size": 1778, "digest": "sha256:04ee292f7a5549e765c99205acc567738a09eb084409cd71f6600facd3743c51" }, "layers": [ { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "size": 64239542, "digest": "sha256:60c686673fbf60314729fe8eacc2b514df4f3235cfe77642b81413b989ba6abe" }, { "mediaType":...
@vrothberg The `ci-registry.company.com/image_build_with_kaniko` Dockerfile has this structure (some minor things omitted that hopefully should not matter): ``` FROM ubuntu:20.04 AS installer WORKDIR /installer ARG INSTALLER COPY $INSTALLER . RUN bash...
Thanks, I reported it over to Kaniko, should I close this issue or it is something that you still want to fix on your side?
> hopefully these images will turn out to be so rare that we can just continue rejecting them It looks like to me that the issue can be triggered easily...
Hey @remivoirin, the `skopeo inspect` part shows the same issue as my case. I will let the experts speak about the `podman push` but it looks related to me. Anyway...
I would be happy to help but unfortunately I don't think I am skilled enough with the languages, concepts and technologies involved.
Thanks for the report, as soon as I have some time I will try to get everything up and running. As of right now the best thing to do is...
Hello Hmmm, that should work indeed. Are you really sure the folder is not there? Can you please post the output of: ```bash cd / ls cd data2 ``` Also...
@amirkhanaursrk If they are in the location of the folder you mounted when you stop the docker container they should still be there. For example if you mount the folder...
Thanks for reporting. Probably the build for 6.5 failed last time I pushed changes. As a workaround you could try to build the image locally for yourself locally. First you...