This file contains hidden or 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
FROM ubuntu:16.04 | |
# Install. | |
RUN \ | |
sed -i 's/# \(.*multiverse$\)/\1/g' /etc/apt/sources.list && \ | |
apt-get update && \ | |
apt-get -y upgrade && \ | |
apt-get install -y software-properties-common && \ | |
apt-get install -y curl unzip wget less && \ | |
rm -rf /var/lib/apt/lists/* |
This file contains hidden or 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
FROM ubuntu:14.04 | |
# Install. | |
RUN \ | |
sed -i 's/# \(.*multiverse$\)/\1/g' /etc/apt/sources.list && \ | |
apt-get update && \ | |
apt-get -y upgrade && \ | |
apt-get install -y software-properties-common && \ | |
apt-get install -y curl unzip wget less && \ | |
rm -rf /var/lib/apt/lists/* |
This file contains hidden or 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
FROM ubuntu:14.04 | |
# Install. | |
RUN \ | |
sed -i 's/# \(.*multiverse$\)/\1/g' /etc/apt/sources.list && \ | |
apt-get update && \ | |
apt-get -y upgrade && \ | |
apt-get install -y software-properties-common && \ | |
apt-get install -y curl unzip wget less && \ | |
rm -rf /var/lib/apt/lists/* |
This file contains hidden or 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
FROM openjdk:8-jre | |
# Install. | |
RUN \ | |
sed -i 's/# \(.*multiverse$\)/\1/g' /etc/apt/sources.list && \ | |
apt-get update && \ | |
apt-get -y upgrade && \ | |
apt-get install -y software-properties-common && \ | |
apt-get install -y curl unzip wget less && \ | |
rm -rf /var/lib/apt/lists/* |
This file contains hidden or 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
lib | |
├── commons-codec-1.10.0.wso2v1.jar | |
├── commons-codec-1.10.wso2v1.jar | |
├── commons-compress-1.9.0.wso2v1.jar | |
├── commons-compress-1.9.wso2v1.jar | |
├── dnsjava-2.1.7.wso2v1.jar | |
├── docker-client-1.0.10.wso2v1.jar | |
├── docker-dsl-1.0.10.jar | |
├── docker-model-1.0.10.jar | |
├── dsl-annotations-0.1.26.wso2v1.jar |
This file contains hidden or 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
. | |
├── jaggery | |
│ └── base | |
│ └── 0.11.0 | |
│ └── wso2as-5.3.0.zip | |
├── wso2as | |
│ └── base | |
│ ├── 6.0.0-m1 | |
│ │ └── wso2as-6.0.0-m1.zip | |
│ └── 6.0.0-m2 |
This file contains hidden or 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
Bringing machine 'master' up with 'virtualbox' provider... | |
Bringing machine 'node-01' up with 'virtualbox' provider... | |
Bringing machine 'node-02' up with 'virtualbox' provider... | |
==> master: Running triggers before up... | |
==> master: 2016-08-12 21:06:36 +0530: setting up Kubernetes master... | |
==> master: Setting Kubernetes version 1.1.7 | |
==> master: Downloading Kubernetes binaries if version mismatch or binaries not present.. | |
==> master: Checking for ./binaries/kube-apiserver with version v1.1.7.. | |
==> master: Versions match, checking if binary exists... | |
==> master: Checking for ./binaries/kube-controller-manager with version v1.1.7.. |