MissouriMRDT / Autonomy_Software

Pin image versions explicitly to a release tag DOK-DL3007
Bug risk
Major
2 occurrences in this check
Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag
 1# Base Image
 2FROM ghcr.io/missourimrdt/autonomy-jetpack:latest 3
 4# Install Variables
 5ARG L4T_MAJOR="36"
Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag
 1# Base Image
 2FROM ghcr.io/missourimrdt/autonomy-jammy:latest 3
 4# Install Variables
 5ARG UBUNTU_MAJOR="22"