Skip to content

Commit 1519fbd

Browse files
committed
remove docker-build (tools) from bump script. No longer using that image
1 parent 6646f95 commit 1519fbd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

bin/bump-wordpress.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ sed -E -i "s/ideasonpurpose\/wordpress:[^ ]+ init$/ideasonpurpose\/wordpress:${W
6363
echo -e "✏️ Updating ${GOLD}docker-compose.yml${RESET} (boilerplate) to ${CYAN}wordpress:${WP_LATEST}${RESET}"
6464
sed -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

7676
echo
7777
echo -e "✅ All done!"

0 commit comments

Comments
 (0)