From de0aebac46167bdc98af0d45e33cb9696af27276 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 23 Apr 2021 01:00:43 +0200 Subject: [PATCH] chore: fool hadolint by pinning to linux-amd64 tag that tag is rolling in this case - same as latest usually, but hadolint doesn't know that :) enabled us to get rid of the .hadolint.yaml file --- .hadolint.yaml | 3 --- Dockerfile | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 .hadolint.yaml diff --git a/.hadolint.yaml b/.hadolint.yaml deleted file mode 100644 index ce02626..0000000 --- a/.hadolint.yaml +++ /dev/null @@ -1,3 +0,0 @@ -ignored: - # ad "DL3007 archlinux is always updating - - DL3007 diff --git a/Dockerfile b/Dockerfile index 1e1221b..8b8a471 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.2 -FROM immawanderer/archlinux:latest +FROM immawanderer/archlinux:linux-amd64 ARG BUILD_DATE ARG VCS_REF