Skip to content

Commit

Permalink
Merge pull request #47 from splunk/develop
Browse files Browse the repository at this point in the history
fixed a few typos in build and publish scripts
  • Loading branch information
michaelwilde authored Jun 7, 2017
2 parents dc2243d + 685251d commit d98e344
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions enterprise/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if [ -z $CURRENT ]; then
CURRENT=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
fi

docker build --no-cache=true -t splunk/splunk:6.6.1 $CURRENT
docker tag splunk/splunk:6.6.1 splunk/splunk:latest $CURRENT
docker tag splunk/splunk:6.6.1 registry.splunk.com/splunk/splunk:latest $CURRENT
docker tag splunk/splunk:6.6.1 registry.splunk.com/splunk/splunk:6.6.1 $CURRENT
docker build --no-cache=true -t splunk/splunk:6.6.1 .
docker tag splunk/splunk:6.6.1 splunk/splunk:latest
docker tag splunk/splunk:6.6.1 registry.splunk.com/splunk/splunk:latest
docker tag splunk/splunk:6.6.1 registry.splunk.com/splunk/splunk:6.6.1
2 changes: 1 addition & 1 deletion universalforwarder/publishImage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
docker push splunk/universalforwarder:6.6.1
docker push splunk/universalforwarder:latest
docker push registry.splunk.com/splunk/universalforwarder:latest
docker push registry.splunk.com/splunk/universalforwarder:latest
docker push registry.splunk.com/splunk/universalforwarder:6.6.1

0 comments on commit d98e344

Please sign in to comment.