PLUS-POSTECH / soma

Cross-platform CTF problem container manager
Apache License 2.0
24 stars 3 forks source link

Template bug on specifying base docker image #26

Closed KSAlpha closed 5 years ago

KSAlpha commented 5 years ago

The first line of Dockerfile template:

FROM {{ os }} is not a proper input data reference.

Should fix to FROM {{ repository.manifest.binary.os }}