docker / extensions-submissions

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

[Submission]: PostgresSQL for Docker Desktop #147

Closed agorinenko closed 4 months ago

agorinenko commented 7 months ago

Docker Hub repository name

agorinenko/docker-extension-postgres

Terms of services

github-actions[bot] commented 7 months ago

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

:x: There was a problem during the validation job.

Someone from the @docker/extensions will have to take a look at this issue. We will let you know in this issue when it is fixed.


See action for more details.

ivan-curkovic commented 6 months ago

/validate

github-actions[bot] commented 6 months ago

:x: There was a problem during the validation job.

Someone from the @docker/extensions will have to take a look at this issue. We will let you know in this issue when it is fixed.


See action for more details.

ivan-curkovic commented 6 months ago

Hi @agorinenko, Docker Extensions are using SemVer convention for versioning, see docs here. You should push a specific version, for example, "1.1.0" instead of "latest."

Thanks, Ivan

agorinenko commented 6 months ago

Hello @ivan-curkovic ! I fixed the error and loaded the new version.

Thanks.

agorinenko commented 6 months ago

/validate

github-actions[bot] commented 6 months ago

:x: There was a problem during the validation job.

Someone from the @docker/extensions will have to take a look at this issue. We will let you know in this issue when it is fixed.


See action for more details.

ivan-curkovic commented 6 months ago

Hi @agorinenko, please validate the extension locally using the following command: docker extension validate agorinenko/docker-extension-postgres:1.1.0

Here are the error messages:

level=error msg="(required) image label \"com.docker.extension.categories\" is set to empty string in the Dockerfile: https://docs.docker.com/desktop/extensions-sdk/extensions/labels/\n" level=error msg="(required) image label \"com.docker.extension.changelog\" is set to empty string in the Dockerfile: https://docs.docker.com/desktop/extensions-sdk/extensions/labels/\n" level=error msg="(required) image label \"com.docker.extension.screenshots\" is not a valid JSON array of objects: https://docs.docker.com/desktop/extensions-sdk/extensions/labels/\n" level=warning msg="(optional) maybe image label \"com.docker.extension.categories\" should define at least 1 category" level=error msg="the image for platform \"linux/arm64\" is not pushed to DockerHub: https://docs.docker.com/desktop/extensions-sdk/extensions/multi-arch/" level=error msg="The extension \"agorinenko/docker-extension-postgres:1.1.0\" hasn't passed the checks to be published."

github-actions[bot] commented 6 months ago

:x: There was a problem during the validation job.

Someone from the @docker/extensions will have to take a look at this issue. We will let you know in this issue when it is fixed.


See action for more details.

benja-M-1 commented 6 months ago

/validate

github-actions[bot] commented 6 months ago

:x: Validation failed with the following errors

Pulled imageChecked image 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.screenshots" is not a valid JSON array of objects: https://docs.docker.com/desktop/extensions-sdk/extensions/labels/ (optional) maybe image label "com.docker.extension.categories" should define at least 1 categoryChecked metadata.jsonChecked image tag is semverChecked image is multiplatformthe image for platform "linux/arm64" is not pushed to DockerHub: https://docs.docker.com/desktop/extensions-sdk/extensions/multi-arch/Checked extension is compatible with current SDK versionInstalled extension successfullyRemoved extension successfullyThe extension "agorinenko/docker-extension-postgres:1.1.0" 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 agorinenko/docker-extension-postgres

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.

gtardif commented 4 months ago

Closing as there's no activity. Feel free to reopen if this is active again