pytest-testinfra icon indicating copy to clipboard operation
pytest-testinfra copied to clipboard

Docker images

Open renatomefi opened this issue 7 years ago • 1 comments

Hello!

First of all thanks for the great tool, it's amazing!

When I was firstly trying to implement it I tried some docker images available including the official one, I noticed they aren't so up to date, so I ended up creating my own.

I wonder if you'd like to adopt mine as the "official" testinfra one, if you have interest we can discuss the namespace where it lives and things like that, my interest is to spread it and get some help with the maintenance which I've been doing alone.

You can check the image and repo here: https://github.com/renatomefi/docker-testinfra https://hub.docker.com/r/renatomefi/docker-testinfra/

Thanks

renatomefi avatar Dec 03 '18 13:12 renatomefi

Hi, indeed images located at https://hub.docker.com/r/philpep/testinfra/ doesn't contains testinfra, this was used as a cache for CI before docker drop support for remote shared build cache ;)

I think we can drop these images from the hub and replace them by a image for running testinfra tests. Your work looks very useful, thanks for this ! I'll be happy to merge it into testinfra and to maintain it. Some questions:

  • What's the advantage to use circle ci over travis ?
  • Do you use docker automated build ?
  • If the image contains vulnerabilities, how do you handle this ? (trigger a rebuild ?)

Thanks!

philpep avatar Dec 04 '18 07:12 philpep