Skip to content

Commit b0dd076

Browse files
authored
Add missing ENABLE_FREEZE variable used to decide on cron job inclusion (#119)
Actually include the `ENABLE_FREEZE` variable used as conditional for the cron job installation.
2 parents 5441816 + 93c38f8 commit b0dd076

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile.rocky8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,6 +1463,7 @@ ARG ENABLE_GDP
14631463
ARG WITH_GIT
14641464
ARG MIG_GIT_BRANCH
14651465
ARG ENABLE_QUOTA
1466+
ARG ENABLE_FREEZE
14661467
ARG QUOTA_BACKEND
14671468
ARG QUOTA_LUSTRE_VERSION
14681469
ARG OS_CA_CERT_SOURCE_PATH

Dockerfile.rocky9

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,6 +1352,7 @@ ARG ENABLE_GDP
13521352
ARG WITH_GIT
13531353
ARG MIG_GIT_BRANCH
13541354
ARG ENABLE_QUOTA
1355+
ARG ENABLE_FREEZE
13551356
ARG QUOTA_BACKEND
13561357
ARG QUOTA_LUSTRE_VERSION
13571358
ARG OS_CA_CERT_SOURCE_PATH

0 commit comments

Comments
 (0)