Skip to content

Commit

Permalink
Updating tags
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Bowling <[email protected]>
  • Loading branch information
Jesse Bowling committed Jul 3, 2019
1 parent 09681e7 commit 8a3628c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion scripts/deploy_amun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ URL=$1
DEPLOY=$2
ARCH=$3
SERVER=$(echo ${URL} | awk -F/ '{print $3}')
VERSION=1.8-pre
VERSION=1.8
TAGS=""

echo 'Creating docker-compose.yml...'
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy_conpot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ URL=$1
DEPLOY=$2
ARCH=$3
SERVER=$(echo ${URL} | awk -F/ '{print $3}')
VERSION=1.8-pre
VERSION=1.8
TAGS=""

echo 'Creating docker-compose.yml...'
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy_cowrie.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ URL=$1
DEPLOY=$2
ARCH=$3
SERVER=$(echo ${URL} | awk -F/ '{print $3}')
VERSION=1.8-pre
VERSION=1.8
TAGS=""

echo 'Creating docker-compose.yml...'
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy_dionaea.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ URL=$1
DEPLOY=$2
ARCH=$3
SERVER=$(echo ${URL} | awk -F/ '{print $3}')
VERSION=1.8-pre
VERSION=1.8
TAGS=""

echo 'Creating docker-compose.yml...'
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy_glastopf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ URL=$1
DEPLOY=$2
ARCH=$3
SERVER=$(echo ${URL} | awk -F/ '{print $3}')
VERSION=1.8-pre
VERSION=1.8
TAGS=""

echo 'Creating docker-compose.yml...'
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy_rdphoney.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ URL=$1
DEPLOY=$2
ARCH=$3
SERVER=$(echo ${URL} | awk -F/ '{print $3}')
VERSION=1.8-pre
VERSION=1.8
TAGS=""

echo 'Creating docker-compose.yml...'
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy_uhp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ URL=$1
DEPLOY=$2
ARCH=$3
SERVER=$(echo ${URL} | awk -F/ '{print $3}')
VERSION=1.8-pre
VERSION=1.8
TAGS=""

echo 'Creating docker-compose.yml...'
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy_wordpot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ URL=$1
DEPLOY=$2
ARCH=$3
SERVER=$(echo ${URL} | awk -F/ '{print $3}')
VERSION=1.8-pre
VERSION=1.8
TAGS=""

echo 'Creating docker-compose.yml...'
Expand Down

0 comments on commit 8a3628c

Please sign in to comment.