Skip to content

Commit

Permalink
Merge pull request #88 from cyber-dojo/get-base-image-from-beta
Browse files Browse the repository at this point in the history
Get base image from beta
  • Loading branch information
JonJagger authored Jan 25, 2025
2 parents 8ee2b68 + d5bb4a3 commit 9d16767
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ containers_down()

echo_base_image()
{
#local -r json="$(curl --fail --silent --request GET https://beta.cyber-dojo.org/runner/base_image)"
#echo "${json}" | jq -r '.base_image'
echo cyberdojo/docker-base:d6830c0
local -r json="$(curl --fail --silent --request GET https://beta.cyber-dojo.org/runner/base_image)"
echo "${json}" | jq -r '.base_image'
#echo cyberdojo/docker-base:d6830c0
}

echo_env_vars()
Expand Down

0 comments on commit 9d16767

Please sign in to comment.