Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception("Error on image dependency resolution") #53

Closed
linuxmaniac opened this issue Jan 11, 2025 · 0 comments
Closed

Exception("Error on image dependency resolution") #53

linuxmaniac opened this issue Jan 11, 2025 · 0 comments

Comments

@linuxmaniac
Copy link
Contributor

Job defined as:

  cleanup:
    runs-on: ubuntu-latest
    # needs: docker
    steps:
      - name: purge packages
        uses: Chizkiyahu/delete-untagged-ghcr-action@v6
        with:
            token: ${{ secrets.GITHUB_TOKEN }}
            repository_owner: kamailio
            package_name: ${{ env.IMAGE_NAME }}
            owner_type: org
            untagged_only: true
            except_untagged_multiplatform: true

I get this error:

args: --token *** --repository_owner kamailio --repository kamailio/pkg-kamailio-docker --package_names pkg-kamailio-docker --untagged_only true --except_untagged_multiplatform true --with_sigs false --owner_type org
docker manifest inspect ghcr.io/kamailio/pkg-kamailio-docker@sha256:dd7f8e77b42ddde24982c2d69e0ed569ee19e7cb8dc2843aa58e2cfa2b79c497
b'manifest unknown\n'
docker manifest inspect ghcr.io/kamailio/pkg-kamailio-docker@sha256:099188dcfebefe9e2ab5fb22d807d182e4d87907ce8324cdd8d474ad13fff576
b'manifest unknown\n'
docker manifest inspect ghcr.io/kamailio/pkg-kamailio-docker@sha256:1c2ee450b9d828ef1ffdf23f98a22f4cc14f9caac6ce84a81712e7f70ea02055
b'manifest unknown\n'
docker manifest inspect ghcr.io/kamailio/pkg-kamailio-docker@sha256:e955fee11dd178a16ca61dbf00aaf2e5c4e985b576f11967a986447108b9593d
b'manifest unknown\n'
docker manifest inspect ghcr.io/kamailio/pkg-kamailio-docker@sha256:21406c5d28cb6b1d81a2a067b5caef2033bbe7ff80f44ee867fae40e5680a3ba
b'manifest unknown\n'
docker manifest inspect ghcr.io/kamailio/pkg-kamailio-docker@sha256:ca1a4505106c1823d9d22fdcdddb832ccb5daa9250c9b1efd5604cb2f53d42cc
b'manifest unknown\n'
Traceback (most recent call last):
  File "/home/runner/work/_actions/Chizkiyahu/delete-untagged-ghcr-action/v6/clean_ghcr.py", line 273, in <module>
    delete_pkgs(
  File "/home/runner/work/_actions/Chizkiyahu/delete-untagged-ghcr-action/v6/clean_ghcr.py", line 155, in delete_pkgs
    deps_pkgs = get_deps_pkgs(owner, tagged_pkgs)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/work/_actions/Chizkiyahu/delete-untagged-ghcr-action/v6/clean_ghcr.py", line 119, in get_deps_pkgs
    raise Exception("Error on image dependency resolution")
Exception: Error on image dependency resolution
Error: Process completed with exit code 1.
linuxmaniac added a commit to linuxmaniac/delete-untagged-ghcr-action that referenced this issue Jan 11, 2025
Chizkiyahu pushed a commit that referenced this issue Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant