Skip to content

Commit 0f323ac

Browse files
committed
Removed absolete migrid --enable_preview option
1 parent efbb911 commit 0f323ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.rocky8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@ RUN ./generateconfs.py --source=. \
13371337
--enable_peers=${ENABLE_PEERS} --peers_mandatory=${PEERS_MANDATORY} \
13381338
--peers_explicit_fields="${PEERS_EXPLICIT_FIELDS}" \
13391339
--peers_contact_hint="${PEERS_CONTACT_HINT}" \
1340-
--enable_notify=${ENABLE_NOTIFY} --enable_preview=${ENABLE_PREVIEW} \
1340+
--enable_notify=${ENABLE_NOTIFY} \
13411341
--enable_workflows=${ENABLE_WORKFLOWS} --enable_hsts=True \
13421342
--enable_vhost_certs=True --enable_verify_certs=${ENABLE_VERIFY_CERTS} \
13431343
--enable_jupyter=${ENABLE_JUPYTER} --enable_cloud=${ENABLE_CLOUD} \

Dockerfile.rocky9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ RUN ./generateconfs.py --source=. \
12261226
--enable_peers=${ENABLE_PEERS} --peers_mandatory=${PEERS_MANDATORY} \
12271227
--peers_explicit_fields="${PEERS_EXPLICIT_FIELDS}" \
12281228
--peers_contact_hint="${PEERS_CONTACT_HINT}" \
1229-
--enable_notify=${ENABLE_NOTIFY} --enable_preview=${ENABLE_PREVIEW} \
1229+
--enable_notify=${ENABLE_NOTIFY} \
12301230
--enable_workflows=${ENABLE_WORKFLOWS} --enable_hsts=True \
12311231
--enable_vhost_certs=True --enable_verify_certs=${ENABLE_VERIFY_CERTS} \
12321232
--enable_jupyter=${ENABLE_JUPYTER} --enable_cloud=${ENABLE_CLOUD} \

0 commit comments

Comments
 (0)