https://github.com/kubernetes/kubernetes/tree/master/examples/celery-rabbitmq
git clone https://github.com/kubernetes/kubernetesand
./run-on-gke.sh| docker run --rm -it -p 9005:9005 node:7.2.1-alpine sh |
| Remove all Docker Machine VMs? (Y/N): y | |
| Usage: docker-machine rm [OPTIONS] [arg...] | |
| Remove a machine | |
| Description: | |
| Argument(s) are one or more machine names. | |
| Options: |
| $ diff -u <(curl -sSL https://raw.githubusercontent.com/docker-library/python/9383f7d4d2f96068e8957651aa3588fee8b48f71/2.7/wheezy/Dockerfile) <(curl -sSL https://raw.githubusercontent.com/docker-library/python/9383f7d4d2f96068e8957651aa3588fee8b48f71/2.7/Dockerfile) | |
| --- /dev/fd/63 2016-06-08 12:09:22.000000000 +0900 | |
| +++ /dev/fd/62 2016-06-08 12:09:22.000000000 +0900 | |
| @@ -1,4 +1,4 @@ | |
| -FROM buildpack-deps:wheezy | |
| +FROM buildpack-deps:jessie | |
| # remove several traces of debian python | |
| RUN apt-get purge -y python.* |
| RUN apt-get update && apt-get install -y build-essential libssl-dev libffi-dev python-dev |
| $ curl -sv https://smp.suumo.jp/ -o /dev/null | |
| * Trying 54.248.247.239... | |
| * Connected to smp.suumo.jp (54.248.247.239) port 443 (#0) | |
| * TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 | |
| * Server certificate: smp.suumo.jp | |
| * Server certificate: Symantec Class 3 Secure Server CA - G4 | |
| * Server certificate: VeriSign Class 3 Public Primary Certification Authority - G5 | |
| > GET / HTTP/1.1 | |
| > Host: smp.suumo.jp | |
| > Accept: */* |
| gcloud compute instances create "xenial" \ | |
| --zone "asia-east1-a" --machine-type "n1-standard-1" \ | |
| --network "default" --maintenance-policy "MIGRATE" \ | |
| --scopes default="https://www.googleapis.com/auth/devstorage.read_only","https://www.googleapis.com/auth/logging.write","https://www.googleapis.com/auth/monitoring.write","https://www.googleapis.com/auth/cloud.useraccounts.readonly" \ | |
| --image "/ubuntu-os-cloud/ubuntu-1604-xenial-v20160420c" \ | |
| --boot-disk-size "10" --boot-disk-type "pd-ssd" --boot-disk-device-name "xenial" |
https://github.com/kubernetes/kubernetes/tree/master/examples/celery-rabbitmq
git clone https://github.com/kubernetes/kubernetesand
./run-on-gke.sh| before_script: | |
| - /bin/echo Testing... CentOS 6.6 x MySQL 5.6.17 | |
| - /bin/echo Testing... CentOS 7 latest x MySQL 5.7 latest | |
| variables: | |
| MYSQL_ROOT_PASSWORD: "1iEkou9luj4Etrie" | |
| test:centos6xmysql56: | |
| image: centos:6.6 | |
| services: | |
| - mysql:5.6.17 |
| $ sudo yum update gitlab-ce |