Algorithmic-Battle/algobattle

Access to other local docker images

Closed this issue · 1 comments

Description

The Docker image that is currently built from the Dockerfile of the generator/solver can be based on other local images. This could enable one team to steal the code of the other teams in the build phase.

Example

The following sample could be used in the Dockerfile of the generator:

FROM solver-0

...

locally #65 prevents this, if you could also try that code and see if your exploit no longer works with it that'd be great