Adds an arch builder environment
This commit is contained in:
parent
e051a81384
commit
e99f725971
13 changed files with 128 additions and 16 deletions
8
run.sh
8
run.sh
|
@ -14,9 +14,15 @@ cp "$PRIVKEY" LinuxGeneralCompiler/FinalStage/secret/id_rsa
|
|||
cp "$PUBKEY" LinuxGeneralCompiler/FinalStage/secret/id_rsa.pub
|
||||
cp "$GRADLEPROP" LinuxGeneralCompiler/FinalStage/secret/gradle.properties
|
||||
|
||||
cp -rv LinuxGeneralCompiler/FinalStage/secret ArchAgent/secret
|
||||
|
||||
echo -ne "\nARCHAGENT=" >> .env
|
||||
cat "$ARCHAGENT" >> .env
|
||||
|
||||
docker build -t linuxagent LinuxGeneralCompiler/FinalStage
|
||||
docker build -t archagent ArchAgent
|
||||
|
||||
rm -rf LinuxGeneralCompiler/FinalStage/secret
|
||||
|
||||
rm -rf ArchAgent/secret
|
||||
|
||||
docker-compose up -d
|
Loading…
Add table
Add a link
Reference in a new issue