digitalocean / marketplace-partners

Image validation, automation, and other tools for DigitalOcean Marketplace Vendors and Custom Image users
Other
193 stars 98 forks source link

`img_check.sh` failed on Droplet because of droplet-agent #164

Closed alallema closed 2 years ago

alallema commented 2 years ago

Issue Since this PR #156 all the directory /opt/digitalocean is checked out, but by default, a droplet agent is installed there. So the script img_check.sh script automatically fails when I test it on Droplet.

Screenshot

Screenshot 2022-09-29 at 14 54 52

My question is this the expected behavior? Did I have to use this before passing my script? I also had a /opt/digitalocean/bin.

alallema commented 2 years ago

I finally run this command and it's working well:

apt-get purge droplet-agent* -y
actorTian commented 2 years ago

didn't work