Skip to content

Commit

Permalink
Merge pull request #125 from cyber-dojo/unhardwire-base-image
Browse files Browse the repository at this point in the history
Unhardwire base image in build-image
  • Loading branch information
JonJagger authored Feb 2, 2025
2 parents b8e0eb7 + c5fe3c6 commit b74970c
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
@@ -1,9 +1,9 @@

echo_base_image()
{
# local -r json="$(curl --fail --silent --request GET https://beta.cyber-dojo.org/saver/base_image)"
# echo "${json}" | jq -r '.base_image'
echo cyberdojo/sinatra-base:559d354@sha256:ddab9080cd0bbd8e976a18bdd01b37b66e47fe83b0db396e65dc3014bad17fd3
local -r json="$(curl --fail --silent --request GET https://beta.cyber-dojo.org/saver/base_image)"
echo "${json}" | jq -r '.base_image'
# echo cyberdojo/sinatra-base:559d354@sha256:ddab9080cd0bbd8e976a18bdd01b37b66e47fe83b0db396e65dc3014bad17fd3
}

echo_env_vars()
Expand Down

0 comments on commit b74970c

Please sign in to comment.