Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Reusing existing ManyBugs docker images #2

#1

I'd like to reuse the existing squareslab/manybugs:base directly as image in a new set of tests I'm developing. It does not seem that this is possible - as only python test-case related tags exist here https://hub.docker.com/r/squareslab/manybugs/tags
Do you see any potential issues with this?

I've currently build a docker image based on the latest manybugs git repo and I'm currently using that, which is working fine right now.

  • replies 1
  • views 2.1K
  • likes 0
#2

That should be possible, although I wouldn't necessarily suggest it -- I would suggest copying the contents of the Dockerfile for squareslab/manybugs:base to your own Dockerfile.