File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -63,15 +63,15 @@ sed -E -i "s/ideasonpurpose\/wordpress:[^ ]+ init$/ideasonpurpose\/wordpress:${W
6363echo -e " ✏️ Updating ${GOLD} docker-compose.yml${RESET} (boilerplate) to ${CYAN} wordpress:${WP_LATEST}${RESET} "
6464sed -E -i " s/ideasonpurpose\/wordpress:[0-9.]+/ideasonpurpose\/wordpress:${WP_LATEST} /" /app/boilerplate-tooling/docker-compose.yml
6565
66- echo
67- echo -e " 💫 Fetching latest ${GOLD} ideasonpurpose/docker-build${RESET} tag from ${CYAN} DockerHub${RESET} ..."
68- # Note: jq grabs the THIRD item returned. The first is 'latest' and the second is only the major.minor version string. We want major.minor.patch
69- DOCKER_LATEST=$( wget -q -O- https://registry.hub.docker.com/v2/repositories/ideasonpurpose/docker-build/tags | jq -r ' .results[2]["name"]' )
66+ # echo
67+ # echo -e "💫 Fetching latest ${GOLD}ideasonpurpose/docker-build${RESET} tag from ${CYAN}DockerHub${RESET}..."
68+ # # Note: jq grabs the THIRD item returned. The first is 'latest' and the second is only the major.minor version string. We want major.minor.patch
69+ # DOCKER_LATEST=$(wget -q -O- https://registry.hub.docker.com/v2/repositories/ideasonpurpose/docker-build/tags | jq -r '.results[2]["name"]')
7070
71- echo -e " 👀 Found tag ${CYAN}${DOCKER_LATEST}${RESET} "
71+ # echo -e "👀 Found tag ${CYAN}${DOCKER_LATEST}${RESET}"
7272
73- echo -e " ✏️ Updating ${GOLD} boilerplate-tooling/docker-compose.yml${RESET} to ${CYAN} docker-build:${DOCKER_LATEST}${RESET} "
74- sed -E -i " s/ideasonpurpose\/docker-build:[0-9.]+/ideasonpurpose\/docker-build:${DOCKER_LATEST} /" /app/boilerplate-tooling/docker-compose.yml
73+ # echo -e "✏️ Updating ${GOLD}boilerplate-tooling/docker-compose.yml${RESET} to ${CYAN}docker-build:${DOCKER_LATEST}${RESET}"
74+ # sed -E -i "s/ideasonpurpose\/docker-build:[0-9.]+/ideasonpurpose\/docker-build:${DOCKER_LATEST}/" /app/boilerplate-tooling/docker-compose.yml
7575
7676echo
7777echo -e " ✅ All done!"
You can’t perform that action at this time.
0 commit comments