-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Labels
Status: TriagedThis issue has been triaged.This issue has been triaged.Type: DocumentationType: Enhancement
Description
Please describe the question or issue you're facing with "Manage resources - Charmcraft 3.5.3 documentation".
Trying to upload an oci image, I encountered two issues which I didn't find reference of in the docs:
- The skopeo method (
DIGEST=$(skopeo inspect $IMAGE | jq -r '.Digest')) for ghcr returnedUnknown OCI image reference. - With the docker method (
IMAGE_ID=$(docker images -q $IMAGE)) the upload succeeded, butresource-revisionslists amd64 only under platform, even though the tag is multiarch.
It would be handy to have a dedicated doc for uploading OCI images.
Reported from: https://documentation.ubuntu.com/charmcraft/stable/howto/manage-resources/
Metadata
Metadata
Assignees
Labels
Status: TriagedThis issue has been triaged.This issue has been triaged.Type: DocumentationType: Enhancement