From b9afb8d1e92f14e763b7025a38e6942eaa27cbfa Mon Sep 17 00:00:00 2001 From: Mauro Morales Date: Fri, 7 Apr 2023 12:43:32 +0200 Subject: [PATCH] Append instead of writing os-release from scratch Signed-off-by: Mauro Morales --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index e396694..944684c 100644 --- a/Earthfile +++ b/Earthfile @@ -90,7 +90,7 @@ docker: ENV OS_REPO=${IMAGE_REPOSITORY} ENV OS_VERSION=${RKE2_VERSION_TAG}_${VERSION} ENV OS_LABEL=${BASE_IMAGE_TAG}_${RKE2_VERSION_TAG}_${VERSION} - RUN envsubst >/etc/os-release >/etc/os-release > /etc/profile RUN mkdir -p /opt/rke2/scripts/ COPY scripts/* /opt/rke2/scripts/