AppD Base Image Not Allowed (SL012)
|
This rule is deprecated since version 1.2.0. |
Flags use of AppD base images in skaffold.yaml as ERROR and recommends JRE base images. Deprecated since all components are migrated off AppD.
Description
Parses skaffold.yaml and inspects the sandbox base image reference. If the image name contains 'appd' (case-insensitive) or if the base image could not be found, an ERROR is reported.
Noncompliant
AppD base image in skaffold.yaml
# skaffold.yaml using deprecated AppD base image
apiVersion: skaffold/v3
kind: Config
build:
artifacts:
- image: nexus/mapsandbox/base/appd-java21:1.2.0 # contains 'appd' -> not allowed