From 4f8084e3e0f6d9dfca6303e45debdcdc09d38158 Mon Sep 17 00:00:00 2001 From: Claudiu Belu <1552519+claudiubelu@users.noreply.github.com> Date: Tue, 2 Mar 2021 11:36:00 +0200 Subject: [PATCH] test images: Adds label to httpd-new image Adds a label to the httpd-new image, so a new SHA gets generated, so it can be pushed to staging. --- test/images/httpd-new/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/images/httpd-new/Dockerfile b/test/images/httpd-new/Dockerfile index 09a6978c0b5..a71d50e0c6f 100644 --- a/test/images/httpd-new/Dockerfile +++ b/test/images/httpd-new/Dockerfile @@ -15,3 +15,5 @@ # NOTE(claudiub): Noop. We're just mirroring the image to staging. ARG BASEIMAGE FROM $BASEIMAGE + +LABEL image_version="2.4.39-1"