Skip to content
Snippets Groups Projects
Commit 7b5736ed authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: make Dockerfile syntax checker stricter (error=true)

parent 45429d69
No related branches found
No related tags found
1 merge request!1127feat: make Dockerfile syntax checker stricter (error=true)
#syntax=docker/dockerfile:1.8
#check
#check=error=true
ARG BASE_IMAGE="amd64/debian:stable-slim"
ARG BUILD_IMAGE="debian_stable_base"
......
#syntax=docker/dockerfile:1.10
#check
#check=error=true
ARG DOCKER_REGISTRY="eicweb/"
ARG BUILDER_IMAGE="debian_stable_base"
ARG RUNTIME_IMAGE="debian_stable_base"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment