-
Notifications
You must be signed in to change notification settings - Fork 528
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
Issue with docker image remove #614
Comments
Could you give us some debugging info? We need 3 things to really help here:
|
Thanks for your comment. docker rmi poc-docker-dc-001.company.net:5000/rep:v0.1 Works fine for me manually. Please let me know if i am doing anything wrong ? Code snippet from manifest notify { "before versioncmp execution ${app_version} ${current_rep_app_version} " :}
Please see its added at the end of manifest file. |
Any update on this ? |
Maybe this will help #697 ? |
(IAC-746) - Add ubuntu 20.04 support
Hi,
My intention is to remove old docker images from machine.
Trying to use
docker::image { 'base':
ensure => 'absent'
}
I see its executing block but doesn't actually removes the image mentioned in it, i have verified using notify statements before and after.
Is their anyway i can see some logs or find out what could be the issue ?
Please guide.
The text was updated successfully, but these errors were encountered: