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

manifest_to_docker_images fails as path is not splittable #139

Open
roytev opened this issue Mar 28, 2024 · 0 comments · May be fixed by #140
Open

manifest_to_docker_images fails as path is not splittable #139

roytev opened this issue Mar 28, 2024 · 0 comments · May be fixed by #140
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@roytev
Copy link
Contributor

roytev commented Mar 28, 2024

python-BaseException Traceback (most recent call last): File "/artifactory-cleanup/artifactory_cleanup/artifactorycleanup.py", line 61, in cleanup artifacts_to_remove = policy.filter(artifacts) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/artifactory-cleanup/artifactory_cleanup/rules/base.py", line 286, in filter artifacts = rule.filter(artifacts) ^^^^^^^^^^^^^^^^^^^^^^ File "/artifactory-cleanup/artifactory_cleanup/rules/docker.py", line 84, in filter artifacts = self._manifest_to_docker_images(artifacts) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/artifactory-cleanup/artifactory_cleanup/rules/docker.py", line 49, in _manifest_to_docker_images artifact["path"], docker_tag = artifact["path"].rsplit("/", 1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: not enough values to unpack (expected 2, got 1)

@allburov allburov added bug Something isn't working help wanted Extra attention is needed labels Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Development

Successfully merging a pull request may close this issue.

2 participants