plantuml / plantuml-server

PlantUML Online Server
https://plantuml.com/
GNU General Public License v3.0
1.6k stars 462 forks source link

provide manifest with Docker image #258

Closed cilerler closed 11 months ago

cilerler commented 1 year ago

I am currently experiencing an issue while trying to access the 'plantuml/plantuml-server:tomcat' docker image from Microsoft Azure. The infrastructure is throwing an error message stating that the image is not accessible due to the absence of a manifest.

I have already spoken to the Microsoft support team, and they have informed me that the image is not accessible due to the absence of a manifest. Therefore, I would like to request your assistance in pushing the manifest file to the 'plantuml/plantuml-server:tomcat' docker image.

expected

docker manifest inspect plantuml/plantuml-server:tomcat should return result

HeinrichAD commented 11 months ago

Is this issue still valid? Do somebody know what is missing inside the manifest and how to provide that information?

Currently (version v1.2023.8), I get the following outputs while calling manifest inspect:

docker manifest inspect plantuml/plantuml-server:tomcat ```json { "schemaVersion": 2, "mediaType": "application/vnd.oci.image.index.v1+json", "manifests": [ { "mediaType": "application/vnd.oci.image.manifest.v1+json", "size": 2960, "digest": "sha256:5673c41e02764417e28357e5c9973ca53b88eea2d25a98d0becd91574668e067", "platform": { "architecture": "amd64", "os": "linux" } }, { "mediaType": "application/vnd.oci.image.manifest.v1+json", "size": 2960, "digest": "sha256:dd69e8effefca09632d58ad084c7c849eff6ab1cd605e8940e29a7c40facd9b3", "platform": { "architecture": "arm64", "os": "linux" } }, { "mediaType": "application/vnd.oci.image.manifest.v1+json", "size": 566, "digest": "sha256:42f335a5cfcf7e27da9881436f7467a76e5dc2d428f5263b65e51e569236c80a", "platform": { "architecture": "unknown", "os": "unknown" } }, { "mediaType": "application/vnd.oci.image.manifest.v1+json", "size": 566, "digest": "sha256:556aa9b1af91185f7127d6e61f51a1f3947296e29c93499fe6ebf6818cd82130", "platform": { "architecture": "unknown", "os": "unknown" } } ] } ```
docker manifest inspect plantuml/plantuml-server:jetty ```json { "schemaVersion": 2, "mediaType": "application/vnd.oci.image.index.v1+json", "manifests": [ { "mediaType": "application/vnd.oci.image.manifest.v1+json", "size": 3333, "digest": "sha256:15a4d445c0dba61d7059fcb4117ac023be92757d38ffd47e03a60ded00e20378", "platform": { "architecture": "amd64", "os": "linux" } }, { "mediaType": "application/vnd.oci.image.manifest.v1+json", "size": 3333, "digest": "sha256:41b63e09e8995950d616fcf29fc46791aa6fbf59c03de0613bef77f6b4139471", "platform": { "architecture": "arm64", "os": "linux" } }, { "mediaType": "application/vnd.oci.image.manifest.v1+json", "size": 566, "digest": "sha256:b9b9ef9f7590a389cc6a7ea584e07c7ea93f9711bd2e9c0d60815c87465a3822", "platform": { "architecture": "unknown", "os": "unknown" } }, { "mediaType": "application/vnd.oci.image.manifest.v1+json", "size": 566, "digest": "sha256:dd02380373befba707e807f56d89ddb16a475df05462decf09220e7492b6db79", "platform": { "architecture": "unknown", "os": "unknown" } } ] } ```
cilerler commented 11 months ago

I confirm that the issue has been successfully resolved. Thank you