Docker images¶
Qaack provided images¶
Qaack provided widely common docker images. You can find them here.
Custom images¶
However, Qaack just pulls the image and runs it, so its not necessary any extra step to run any docker image.
To use a custom image, simply specify your registry in the Qaackfile. In order to make it work properly, it must meet the following requirements:
bash
command must be available in the PATHgit
command must be available in the PATHWORKDIR
environment variable must be defined (usually as/checkout
)