-
Notifications
You must be signed in to change notification settings - Fork 3
annoying errors when image tags are removed #4
Comments
here's similar problem. with some filenames: so, could be gitlab bug, as my intention was to delete the image/tags
|
Could you try the new commit in the |
perhaps release new package version? or how do i install development version with pipenv? |
tried this and that. failed. asked for help: pypa/pipenv#2685 tried: --- a/gitlab-registry-cleanup/Pipfile
+++ b/gitlab-registry-cleanup/Pipfile
@@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"
[packages]
-gitlab-registry-cleanup = "*"
+gitlab-registry-cleanup = {git = "https://github.com/sciapp/gitlab-registry-cleanup", editable = true, ref="develop"} and end up with:
|
ok. it was error on my side. i had bind mounted wrong directory under docker compose. your patch seems working. but Python crashed with |
Hmm, a segmentation fault is strange because this project is pure Python and it is unlikely that Python itself caused it. How do you invoke the |
yes. Segfault is likely unrelated. and haven't seen it anymore. not sure what you mean by your "how question". i ran it docker container installed with pipenv. |
pipenv with Docker should be ok. We can reopen the issue if the segmentation fault will happen again. |
please tag new version in pip index. the fix works fine. |
Done! 😃 |
update: you released as 0.1.2 which can be installed as:
|
so, in the past i have had images named
ed/php/7.0-fpm:latest
, but if deleted thelatest
tag or whole7.0-fpm
image, i get the error.i've tried two scenarios:
latest
in gitlab ui (to delete tag)ed/php/7.0-fpm
in gitlab (to delete image and all tags)the result is the same. the error below.
i've "fixed" this by pushing dummy image under
ed/php/7.0-fpm
to keep the script going without crashing.The text was updated successfully, but these errors were encountered: