Skip to content

Commit 05834d9

Browse files
author
mike dupont
committedJan 10, 2025·
fixme : another hardcoded account number! :/
1 parent 2da02d3 commit 05834d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎rundocker.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ apt install -y jq
1212
echo for now install helper tools
1313
apt install -y lsof strace nmap
1414
#apt install -y emacs-nox
15-
aws ecr get-login-password --region us-east-2 | docker login --username AWS --password-stdin 916723593639.dkr.ecr.us-east-2.amazonaws.com
15+
# FIXME another account hardcoded
16+
aws ecr get-login-password --region us-east-2 | docker login --username AWS --password-stdin 767503528736.dkr.ecr.us-east-2.amazonaws.com
1617
adduser --disabled-password --gecos "" agent --home "/home/agent" || echo ignore
1718
git config --global --add safe.directory "/opt/agent"
1819
cd "/opt/agent/" || exit 1 # "we need agent"

0 commit comments

Comments
 (0)
Please sign in to comment.