Skip to content

Containers not available #267

@kzantow

Description

@kzantow

It looks like every release is supposed to push a container to ghcr.io, but this doesn't seem to be available at ghcr.io/spdx/tools-java (or ghcr.io/spdx/tools-java/tools-java):

$ docker run --rm -it ghcr.io/spdx/tools-java/tools-java:v2.0.4

Unable to find image 'ghcr.io/spdx/tools-java/tools-java:v2.0.4' locally
docker: Error response from daemon: unknown: failed to resolve reference "ghcr.io/spdx/tools-java/tools-java:v2.0.4": unexpected status from HEAD request to https://ghcr.io/v2/spdx/tools-java/tools-java/manifests/v2.0.4: 403 Forbidden

I suspect it's supposed to be published to ghcr.io/spdx/tools-java, but isn't working due to the additional path segment of /tools-java.

I think this line should probably omit the /tools-java and defer to the repository name set here.

I don't know if there are permission issues on the organization preventing these from being available -- there are no containers in the org, but if it's a path issue I'm happy to submit a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions