docker / extensions-submissions

Submit your Docker Extension here
Apache License 2.0
11 stars 2 forks source link

[Submission]: #97

Closed sth123654 closed 1 year ago

sth123654 commented 1 year ago

Docker Hub repository name

sth123654/ss-extension:0.0.1

Terms of services

github-actions[bot] commented 1 year ago

:white_check_mark: @sth123654 has accepted the terms of service.

The automatic validation of your extension has started, you will see the result in ~10 minutes :hourglass_flowing_sand:.

github-actions[bot] commented 1 year ago

:x: Validation failed with the following errors

(required) image label "com.docker.desktop.extension.icon" is set to empty string in the Dockerfile: https://docs.docker.com/desktop/extensions-sdk/extensions/labels/ (required) image label "com.docker.extension.categories" is set to empty string in the Dockerfile: https://docs.docker.com/desktop/extensions-sdk/extensions/labels/ (required) image label "com.docker.extension.changelog" is set to empty string in the Dockerfile: https://docs.docker.com/desktop/extensions-sdk/extensions/labels/ (required) image label "com.docker.extension.detailed-description" is set to empty string in the Dockerfile: https://docs.docker.com/desktop/extensions-sdk/extensions/labels/ (required) image label "com.docker.extension.publisher-url" is set to empty string in the Dockerfile: https://docs.docker.com/desktop/extensions-sdk/extensions/labels/ (required) image label "com.docker.extension.screenshots" is set to empty string in the Dockerfile: https://docs.docker.com/desktop/extensions-sdk/extensions/labels/ the image for platform "linux/arm64" is not pushed to DockerHub: https://docs.docker.com/desktop/extensions-sdk/extensions/multi-arch/Failed installing extension: Extracting metadata and files for the extension "sth123654/ss-extension:0.0.1" Installing service in Desktop VM... Setting additional compose attributes Installing Desktop extension binary "hello.sh" on host... installation could not be completed due to: executing '/Applications/Docker.app/Contents/Resources/bin/docker --context desktop-linux cp 20c67c39749078b3aec47f9dfac559f0ee1d9ab38e58f64a2d3416d492a9eadf://darwin/hello.sh extensions/tmp/2306501017-ext-install/sth123654_ss-extension/host/hello.sh' : exit status 1: Error response from daemon: Could not find the file //darwin/hello.sh in container 20c67c39749078b3aec47f9dfac559f0ee1d9ab38e58f64a2d3416d492a9eadf Failed removing extension: the extension "sth123654/ss-extension" is not installed The extension "sth123654/ss-extension:0.0.1" hasn't passed the checks to be published.

Please fix the issues and check everything is ok locally with the following command:

docker extension validate -a -s -i sth123654/ss-extension

Then you can trigger the validation commenting /validate when you are ready.

See https://docs.docker.com/desktop/extensions-sdk/extensions/validate/ for more information.