Build and release image manually #11
Annotations
2 errors and 2 warnings
Linting Dockerfile with hadolint in GH Actions:
ckan-pycsw/Dockerfile#L26
DL3044 error: Do not refer to an environment variable within the same `ENV` statement where it is defined.
|
Linting Dockerfile with hadolint in GH Actions:
ckan-pycsw/Dockerfile#L49
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Build and push:
ckan-pycsw/Dockerfile#L26
UndefinedVar: Usage of undefined variable '$CKAN_SYSADMIN_EMAIL'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Build and push:
ckan-pycsw/Dockerfile#L26
UndefinedVar: Usage of undefined variable '$CSW_CONTACT_NAME'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Loading