# The ignored rules in hadolint checks are# DL3006 Always tag the version of an image explicitly# One of the Dockerfiles uses a temporary image which isn't important to tag# and the other uses a tagged image through an ARG, which apparently is not# properly recognized.# DL3008 Pin versions in apt-get install# A bit overkill