From b872f0678257baf943aa9cc4fa7444cb63ef2256 Mon Sep 17 00:00:00 2001 From: Laurent Goderre Date: Wed, 27 Sep 2023 14:55:29 -0400 Subject: [PATCH] Added licenses to attestation of binaries compiled from source --- .gitignore | 1 + 3.10/alpine/Dockerfile | 7 ++-- 3.10/ubuntu/Dockerfile | 7 ++-- 3.11/alpine/Dockerfile | 7 ++-- 3.11/ubuntu/Dockerfile | 7 ++-- 3.12/alpine/Dockerfile | 7 ++-- 3.12/ubuntu/Dockerfile | 7 ++-- 3.13-rc/alpine/Dockerfile | 7 ++-- 3.13-rc/ubuntu/Dockerfile | 7 ++-- 3.9/alpine/Dockerfile | 7 ++-- 3.9/ubuntu/Dockerfile | 7 ++-- Dockerfile-alpine.template | 80 ++++++++++++++------------------------ Dockerfile-ubuntu.template | 80 ++++++++++++++------------------------ apply-templates.sh | 5 +++ update.sh | 2 +- 15 files changed, 105 insertions(+), 133 deletions(-) diff --git a/.gitignore b/.gitignore index d548f66d..04413790 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .jq-template.awk +template-helper-functions.jq \ No newline at end of file diff --git a/3.10/alpine/Dockerfile b/3.10/alpine/Dockerfile index c68e42eb..91bd932a 100644 --- a/3.10/alpine/Dockerfile +++ b/3.10/alpine/Dockerfile @@ -5,6 +5,7 @@ # # Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk! + FROM alpine:3.18 as build-base RUN apk add --no-cache \ @@ -197,12 +198,12 @@ ENV OPENSSL_INSTALL_PATH_PREFIX /opt/openssl COPY --from=erlang-builder $ERLANG_INSTALL_PATH_PREFIX $ERLANG_INSTALL_PATH_PREFIX COPY <