From 9a4999969d61744fed5ada609c8ac26612e02cb3 Mon Sep 17 00:00:00 2001 From: Qi Zheng Date: Thu, 8 Aug 2019 17:02:23 +0000 Subject: [PATCH] Add "ARG swupd_args" to make the args really work Signed-off-by: Qi Zheng --- cassandra/Dockerfile | 1 + cgit/Dockerfile | 1 + httpd/Dockerfile | 1 + memcached/Dockerfile | 1 + redis/Dockerfile | 1 + 5 files changed, 5 insertions(+) diff --git a/cassandra/Dockerfile b/cassandra/Dockerfile index 237ae2a..34c8635 100644 --- a/cassandra/Dockerfile +++ b/cassandra/Dockerfile @@ -1,5 +1,6 @@ FROM clearlinux:latest AS builder +ARG swupd_args # Move to latest Clear Linux release to ensure # that the swupd command line arguments are # correct diff --git a/cgit/Dockerfile b/cgit/Dockerfile index 9a3796d..8a739bf 100644 --- a/cgit/Dockerfile +++ b/cgit/Dockerfile @@ -1,5 +1,6 @@ FROM clearlinux:latest AS builder +ARG swupd_args # Move to latest Clear Linux release to ensure # that the swupd command line arguments are # correct diff --git a/httpd/Dockerfile b/httpd/Dockerfile index 6b2a6bf..b6613f8 100644 --- a/httpd/Dockerfile +++ b/httpd/Dockerfile @@ -1,5 +1,6 @@ FROM clearlinux:latest AS builder +ARG swupd_args # Move to latest Clear Linux release to ensure # that the swupd command line arguments are # correct diff --git a/memcached/Dockerfile b/memcached/Dockerfile index bdc02bb..254fe49 100644 --- a/memcached/Dockerfile +++ b/memcached/Dockerfile @@ -1,5 +1,6 @@ FROM clearlinux:latest AS builder +ARG swupd_args # Move to latest Clear Linux release to ensure # that the swupd command line arguments are # correct diff --git a/redis/Dockerfile b/redis/Dockerfile index af977cb..cb9afe4 100644 --- a/redis/Dockerfile +++ b/redis/Dockerfile @@ -1,5 +1,6 @@ FROM clearlinux:latest AS builder +ARG swupd_args # Move to latest Clear Linux release to ensure # that the swupd command line arguments are # correct