Skip to content

Commit

Permalink
update node
Browse files Browse the repository at this point in the history
  • Loading branch information
mkellsy committed May 21, 2020
1 parent a326481 commit 3ccf06a
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ARM8
@@ -0,0 +1,12 @@
IMG_NAME="HOOBS-ARM8"
IMG_FILENAME="HOOBS-3.2.6-ARM8"
ZIP_FILENAME="HOOBS-3.2.6-ARM8"
LOCALE_DEFAULT="en_US.UTF-8"
KEYBOARD_KEYMAP="us"
KEYBOARD_LAYOUT="English (US)"
TIMEZONE_DEFAULT="America/Denver"
TARGET_HOSTNAME=hoobs
FIRST_USER_NAME=hoobs
FIRST_USER_PASS=hoobsadmin
ENABLE_SSH=1
STAGE_LIST="stage0 stage2 stage3 stage4 stage7 stage8"
12 changes: 11 additions & 1 deletion build
Expand Up @@ -110,6 +110,7 @@ case $MODE in

docker volume create ARM6
docker volume create ARM7
docker volume create ARM8
docker volume create hoobs-work

line
Expand All @@ -125,6 +126,7 @@ case $MODE in

docker volume rm ARM6
docker volume rm ARM7
docker volume rm ARM8
docker volume rm hoobs-work

line
Expand Down Expand Up @@ -188,6 +190,14 @@ case $MODE in
docker rm -v hoobs-build > /dev/null 2>&1
./build-docker.sh -c ARM7

line
echo ""
echo "Building ARM8"
line

docker rm -v hoobs-build > /dev/null 2>&1
./build-docker.sh -c ARM8

line
echo ""
line
Expand All @@ -202,4 +212,4 @@ case $MODE in

* ) usage
;;
esac
esac
Binary file modified stage5/00-node/files/node-install.tar.gz
Binary file not shown.
Binary file modified stage6/01-node/files/node-install.tar.gz
Binary file not shown.
Binary file modified stage7/01-node/files/node-install.tar.gz
Binary file not shown.

0 comments on commit 3ccf06a

Please sign in to comment.