Skip to content

Commit

Permalink
Remove old python version selector in docker entrypoint, no longer ne…
Browse files Browse the repository at this point in the history
…eded

Signed-off-by: Zach Hill <zach@anchore.com>
  • Loading branch information
zhill committed Apr 23, 2021
1 parent 702d926 commit ccc22ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ if [[ "${SET_HOSTID_TO_HOSTNAME}" == "true" ]]; then
export ANCHORE_HOST_ID=${HOSTNAME}
fi

if [[ -f "/opt/rh/rh-python36/enable" ]]; then
source /opt/rh/rh-python36/enable
fi

# check if /home/anchore/certs/ exists & has files in it
if [[ -d "/home/anchore/certs" ]] && [[ ! -z "$(ls -A /home/anchore/certs)" ]]; then
mkdir -p /home/anchore/certs_override/python
Expand Down

0 comments on commit ccc22ed

Please sign in to comment.