docker / extensions-submissions

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

[Submission]: AnalysisG #144

Closed woywoy123 closed 7 months ago

woywoy123 commented 8 months ago

Docker Hub repository name

docker/analysisg

Terms of services

github-actions[bot] commented 8 months ago

:white_check_mark: @woywoy123 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 8 months ago

:x: Validation failed with the following errors

repository name must be lowercase

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

docker extension validate -a -s -i docker/AnalysisG

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.

woywoy123 commented 8 months ago

/validate

github-actions[bot] commented 8 months ago

:x: Validation failed with the following errors

failed to resolve the greatest semver tag for repo "docker/analysisg": repository does not exist or may require 'docker login'

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

docker extension validate -a -s -i docker/analysisg

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.

github-actions[bot] commented 8 months ago

:x: Validation failed with the following errors

failed to resolve the greatest semver tag for repo "docker/analysisg": repository does not exist or may require 'docker login'

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

docker extension validate -a -s -i docker/analysisg

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.

benja-M-1 commented 8 months ago

Hi @woywoy123 I couldn't find the image of your project on Docker Hub. Have you pushed it there? When done, the content of the Docker Hub repository name input must be the namespace/repository of the image. For example, if I push an image on my personal namespace on hub for the foo extension like docker push benjaming/foo-extension:0.0.1, the value of the input would be benjaming/foo-extension.

LMK if you need any help and what I wrote does not help at all :)

woywoy123 commented 7 months ago

Hello Benja, I apologies for the late response, I am still getting familiar with docker. So apologies for the issue. Do I need to create an account for pushing images?

github-actions[bot] commented 7 months ago

:x: Validation failed with the following errors

failed to resolve the greatest semver tag for repo "docker/analysisg": repository does not exist or may require 'docker login'

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

docker extension validate -a -s -i docker/analysisg

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.

benja-M-1 commented 7 months ago

Hi @woywoy123 yes you need to create an account on hub.docker.com to be able to push an image there.