UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit a9762458 authored by Dmytro Makovey's avatar Dmytro Makovey
Browse files

Work around linter issue

parent b415ad94
No related branches found
No related tags found
2 merge requests!28Development,!27Update GitLab to the 17.3.0 Minor Feature Release
Pipeline #3621866 failed
......@@ -33,7 +33,7 @@ RUN microdnf ${DNF_OPTS} ${DNF_OPTS_ROOT} install --best --assumeyes --nodocs --
&& microdnf ${DNF_OPTS_ROOT} clean all \
&& rm -f /install-root/var/lib/dnf/history*
FROM ${BASE_REGISTRY:-}${BASE_REGISTRY:+/}${BASE_IMAGE}:${BASE_TAG}
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ARG MAILROOM_VERSION=0.0.25
ARG GITLAB_USER=git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment