diff --git a/Dockerfile b/Dockerfile index 37387f5..ad1e2af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:noble -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive # Install packages needed for SSH and interactive OS RUN apt-get update -qq < /dev/null > /dev/null diff --git a/boundary/boundary.sh b/boundary/boundary.sh index b38fc6d..a1e0a31 100644 --- a/boundary/boundary.sh +++ b/boundary/boundary.sh @@ -213,6 +213,8 @@ for i in $(env | grep BOUNDARY); do echo "export $i"; done # echo -e '\e[38;5;198m'"++++ DEBUG: Test Boundary target" # echo -e '\e[38;5;198m'"++++ " # boundary connect ssh -target-id ttcp_g4twnnFCNk -token env://BOUNDARY_TOKEN -username vagrant +# boundary connect postgres -target-id=ttcp_Rr9ldMaR3x -dbname=boundary +# boundary connect ssh -target-id ttcp_ldXJYelrjQ -token env://BOUNDARY_TOKEN -username vagrant -addr=https://glorious-halibut-xq6pr6pvphv94j-19200.app.github.dev/ echo -e '\e[38;5;198m'"++++ " echo -e '\e[38;5;198m'"++++ Access Boundary"