Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -1396,6 +1396,8 @@ RUN if [ "${ENABLE_CLOUD}" = "True" ]; then \
[ -n "${CLOUD_JUMPHOST_KEY}" ] || CLOUD_JUMPHOST_KEY="cloud-jumphost-key" ; \
ln -s ../state/secrets/${CLOUD_JUMPHOST_KEY} .ssh/${CLOUD_JUMPHOST_KEY} ; \
ln -s ../state/secrets/${CLOUD_JUMPHOST_KEY}.pub .ssh/${CLOUD_JUMPHOST_KEY}.pub ; \
ln -s ${CLOUD_JUMPHOST_KEY} .ssh/id_rsa ; \
ln -s ${CLOUD_JUMPHOST_KEY}.pub .ssh/id_rsa.pub ; \
fi;

# link relevant py trac ini into default location if no TRAC_INI_PATH is set here
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.rocky8
Original file line number Diff line number Diff line change
Expand Up @@ -1414,6 +1414,8 @@ RUN if [ "${ENABLE_CLOUD}" = "True" ]; then \
[ -n "${CLOUD_JUMPHOST_KEY}" ] || CLOUD_JUMPHOST_KEY="cloud-jumphost-key" ; \
ln -s ../state/secrets/${CLOUD_JUMPHOST_KEY} .ssh/${CLOUD_JUMPHOST_KEY} ; \
ln -s ../state/secrets/${CLOUD_JUMPHOST_KEY}.pub .ssh/${CLOUD_JUMPHOST_KEY}.pub ; \
ln -s ${CLOUD_JUMPHOST_KEY} .ssh/id_rsa ; \
ln -s ${CLOUD_JUMPHOST_KEY}.pub .ssh/id_rsa.pub ; \
fi;

# link relevant py trac ini into default location if no TRAC_INI_PATH is set here
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.rocky9
Original file line number Diff line number Diff line change
Expand Up @@ -1290,6 +1290,8 @@ RUN if [ "${ENABLE_CLOUD}" = "True" ]; then \
[ -n "${CLOUD_JUMPHOST_KEY}" ] || CLOUD_JUMPHOST_KEY="cloud-jumphost-key" ; \
ln -s ../state/secrets/${CLOUD_JUMPHOST_KEY} .ssh/${CLOUD_JUMPHOST_KEY} ; \
ln -s ../state/secrets/${CLOUD_JUMPHOST_KEY}.pub .ssh/${CLOUD_JUMPHOST_KEY}.pub ; \
ln -s ${CLOUD_JUMPHOST_KEY} .ssh/id_rsa ; \
ln -s ${CLOUD_JUMPHOST_KEY}.pub .ssh/id_rsa.pub ; \
fi;

# link relevant py trac ini into default location if no TRAC_INI_PATH is set here
Expand Down