Skip to content

Commit

Permalink
removing old squid file from cloud auto as it now lives in "base_imag…
Browse files Browse the repository at this point in the history
…es" repo" (#2675)
  • Loading branch information
EliseCastle23 authored Nov 20, 2024
1 parent c32ab5f commit e7d8f31
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 174 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/image_build_push_squid.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions Docker/squid/Dockerfile

This file was deleted.

36 changes: 0 additions & 36 deletions Docker/squid/ERR_ACCESS_DENIED

This file was deleted.

6 changes: 0 additions & 6 deletions Docker/squid/certfix.sh

This file was deleted.

45 changes: 0 additions & 45 deletions Docker/squid/entrypoint.sh

This file was deleted.

4 changes: 2 additions & 2 deletions flavors/squid_auto/squid_running_on_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ $(command -v docker) run --name squid --network=host -d \
--volume ${SQUID_PID_DIR}:${SQUID_PID_DIR} \
--volume ${SQUID_CACHE_DIR}:${SQUID_CACHE_DIR} \
--volume ${SQUID_CONFIG_DIR}:${SQUID_CONFIG_DIR}:ro \
quay.io/cdis/squid-al:${SQUID_IMAGE_TAG}
quay.io/cdis/squid:${SQUID_IMAGE_TAG}
exit 0
EOF
Expand Down Expand Up @@ -306,7 +306,7 @@ function main(){
--volume ${SQUID_PID_DIR}:${SQUID_PID_DIR} \
--volume ${SQUID_CACHE_DIR}:${SQUID_CACHE_DIR} \
--volume ${SQUID_CONFIG_DIR}:${SQUID_CONFIG_DIR}:ro \
quay.io/cdis/squid-al:${SQUID_IMAGE_TAG}
quay.io/cdis/squid:${SQUID_IMAGE_TAG}

max_attempts=10
attempt_counter=0
Expand Down

0 comments on commit e7d8f31

Please sign in to comment.