Run tests as separate jobs #7
test_build_docker_image.yaml
on: pull_request
Matrix: Build docker images
Annotations
10 warnings
Build docker images (conda-store-server)
Use WORKDIR to switch to a directory >> $GITHUB_OUTPUT
|
Build docker images (conda-store-server):
conda-store-server/Dockerfile#L8
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Build docker images (conda-store-server):
conda-store-server/Dockerfile#L55
Use WORKDIR to switch to a directory
|
Build docker images (conda-store-server):
conda-store-server/Dockerfile#L63
Use WORKDIR to switch to a directory
|
Build docker images (conda-store)
Use WORKDIR to switch to a directory >> $GITHUB_OUTPUT
|
Build docker images (conda-store):
conda-store/Dockerfile#L5
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Build docker images (conda-store):
conda-store/Dockerfile#L28
Use WORKDIR to switch to a directory
|
Build docker images (conda-store):
conda-store/Dockerfile#L28
Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
Build docker images (conda-store):
conda-store/Dockerfile#L34
Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
Build docker images (conda-store):
conda-store/Dockerfile#L34
Use WORKDIR to switch to a directory
|