From fe9e180a3d727a1bf12c910493a4d95375b7c622 Mon Sep 17 00:00:00 2001 From: Pete Date: Mon, 4 Dec 2023 11:56:25 +0000 Subject: [PATCH] Add variables to control whether or not tasks are implemented --- Dockerfile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Dockerfile b/Dockerfile index c912d92..1f51436 100644 --- a/Dockerfile +++ b/Dockerfile @@ -121,6 +121,20 @@ ENV REPO_INIT_ARGS "" # Allowed values: positive, non-null integers ENV RETRY_FETCHES= + +# variables to control whether or not tasks are implemented +ENV INIT_MIRROR true +ENV SYNC_MIRROR true +ENV RESET_VENDOR_UNDO_PATCHES true +ENV CALL_REPO_INIT true +ENV CALL_REPO_SYNC true +ENV APPLY_PATCHES true +ENV PREPARE_BUILD_ENVIRONMENT true +ENV CALL_BREAKFAST true +ENV CALL_MKA true +ENV ZIP_UP_IMAGES false +ENV MAKE_IMG_ZIP_FILE false + # You can optionally specify a USERSCRIPTS_DIR volume containing these scripts: # * begin.sh, run at the very beginning # * before.sh, run after the syncing and patching, before starting the builds