This Pull Request covers dockerlinter.
It checks these things:
- FROM baseruntime/baseruntime
- Dockerfile uses microdnf and not dnf
- ARCH exists in ENV directive and LABEL container architecture too.
- NAME exists in ENV directive and LABEL container name too.
- LABEL contains release.
- com.redhat.component exists in LABEL
- io.k8s.description exists in LABEL
- io.openshift.expose-services exists in LABEL
- io.openshift.tags exists in LABEL
This Pull Request covers dockerlinter.
It checks these things:
- FROM baseruntime/baseruntime
- Dockerfile uses microdnf and not dnf
- ARCH exists in ENV directive and LABEL container architecture too.
- NAME exists in ENV directive and LABEL container name too.
- LABEL contains release.
- com.redhat.component exists in LABEL
- io.k8s.description exists in LABEL
- io.openshift.expose-services exists in LABEL
- io.openshift.tags exists in LABEL