-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ FROM gliderlabs/alpine:3.1 | |
MAINTAINER [email protected] | ||
|
||
# CLOCKER_VERSION_BELOW | ||
LABEL version="1.1.0-PREVIEW.20160118" | ||
LABEL version="1.1.0-PREVIEW.20160215" | ||
|
||
RUN apk-install openjdk7-jre-base ; \ | ||
apk-install openjdk7-jre-lib ; \ | ||
|
@@ -29,7 +29,7 @@ RUN bash /tmp/certgen.sh /usr/lib/jvm/java-1.7-openjdk/jre/lib/security/cacerts | |
rm -f /tmp/certgen.sh | ||
|
||
# CLOCKER_VERSION_BELOW | ||
RUN wget --no-check-certificate http://ccweb.cloudsoftcorp.com/maven/libs-release-local/io/brooklyn/clocker/brooklyn-clocker-dist/1.1.0-PREVIEW.20160118/brooklyn-clocker-dist-1.1.0-PREVIEW.20160118-dist.tar.gz -O /brooklyn-clocker-dist.tar.gz ; \ | ||
RUN wget --no-check-certificate http://ccweb.cloudsoftcorp.com/maven/libs-release-local/io/brooklyn/clocker/brooklyn-clocker-dist/1.1.0-PREVIEW.20160215/brooklyn-clocker-dist-1.1.0-PREVIEW.20160215-dist.tar.gz -O /brooklyn-clocker-dist.tar.gz ; \ | ||
tar zxf brooklyn-clocker-dist.tar.gz ; \ | ||
rm -f brooklyn-clocker-dist.tar.gz | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ FROM ${fullyQualifiedImageName} | |
MAINTAINER Cloudsoft "[email protected]" | ||
|
||
# CLOCKER_VERSION_BELOW | ||
LABEL version="1.1.0-PREVIEW.20160118" | ||
LABEL version="1.1.0-PREVIEW.20160215" | ||
|
||
# setup locale | ||
RUN type locale-gen ; if [ "$?" -eq "0" ] ; then locale-gen en_US.UTF-8 ; fi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ FROM centos:6.6 | |
MAINTAINER Cloudsoft "[email protected]" | ||
|
||
# CLOCKER_VERSION_BELOW | ||
LABEL version="1.1.0-PREVIEW.20160118" | ||
LABEL version="1.1.0-PREVIEW.20160215" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ FROM ubuntu:12.04 | |
MAINTAINER Cloudsoft "[email protected]" | ||
|
||
# CLOCKER_VERSION_BELOW | ||
LABEL version="1.1.0-PREVIEW.20160118" | ||
LABEL version="1.1.0-PREVIEW.20160215" | ||
|
||
# make sure the package repository is up to date | ||
RUN ( echo "deb http://archive.ubuntu.com/ubuntu precise main universe" ; echo "deb http://archive.ubuntu.com/ubuntu precise-updates main universe" ) > /etc/apt/sources.list | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ FROM ubuntu:14.04 | |
MAINTAINER Cloudsoft "[email protected]" | ||
|
||
# CLOCKER_VERSION_BELOW | ||
LABEL version="1.1.0-PREVIEW.20160118" | ||
LABEL version="1.1.0-PREVIEW.20160215" | ||
|
||
# Make sure the package repository is up to date | ||
RUN ( echo "deb http://archive.ubuntu.com/ubuntu trusty main universe" ; echo "deb http://archive.ubuntu.com/ubuntu trusty-updates main universe" ) > /etc/apt/sources.list | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ FROM ubuntu:14.04 | |
MAINTAINER Cloudsoft "[email protected]" | ||
|
||
# CLOCKER_VERSION_BELOW | ||
LABEL version="1.1.0-PREVIEW.20160118" | ||
LABEL version="1.1.0-PREVIEW.20160215" | ||
|
||
# make sure the package repository is up to date | ||
RUN ( echo "deb http://archive.ubuntu.com/ubuntu trusty main universe" ; echo "deb http://archive.ubuntu.com/ubuntu trusty-updates main universe" ) > /etc/apt/sources.list | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ FROM ubuntu:14.04 | |
MAINTAINER Cloudsoft "[email protected]" | ||
|
||
# CLOCKER_VERSION_BELOW | ||
LABEL version="1.1.0-PREVIEW.20160118" | ||
LABEL version="1.1.0-PREVIEW.20160215" | ||
|
||
# make sure the package repository is up to date | ||
RUN ( echo "deb http://archive.ubuntu.com/ubuntu trusty main universe" ; echo "deb http://archive.ubuntu.com/ubuntu trusty-updates main universe" ) > /etc/apt/sources.list | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters