Switch to ubuntu console
sudo ros console switch -f ubuntuInstall packages to build to runv
sudo apt-get update| #!/bin/bash | |
| set -x -e | |
| RANCHER_ISO=machine-rancheros.iso | |
| curl -L https://github.com/rancherio/os/releases/download/v0.2.1/machine-rancheros.iso > $RANCHER_ISO | |
| VM="RancherOS-${RANDOM}" | |
| VBoxManage createhd --format vmdk --filename ./dist/artifacts/$VM.vmdk --size 40000 |
| drone-leader-02: | |
| ports: | |
| - 80:80/tcp | |
| restart: 'no' | |
| environment: | |
| WORKER_DNS: followers | |
| WORKERS: '2' | |
| DRONE_GITHUB_CLIENT: XXXX | |
| DRONE_GITHUB_SECRET: XXXX | |
| DRONE_DATABASE_DRIVER: mysql |
| === BEGIN goroutine stack dump === | |
| goroutine 7965 [running]: | |
| github.com/docker/docker/pkg/signal.DumpStacks() | |
| /go/src/github.com/docker/docker/pkg/signal/trap.go:67 +0xa5 | |
| github.com/docker/docker/pkg/signal.func\ufffd\ufffd001(0x7f3abcd54268, 0xc20c7f17a0) | |
| /go/src/github.com/docker/docker/pkg/signal/trap.go:48 +0x35e | |
| created by github.com/docker/docker/pkg/signal.func\ufffd\ufffd002 | |
| /go/src/github.com/docker/docker/pkg/signal/trap.go:53 +0x13a | |
| goroutine 1 [chan receive, 7 minutes]: |
| #cloud-config | |
| ssh_authorized_keys: | |
| - ssh-rsa AAAA... | |
| rancher: | |
| services: | |
| rancher-agent-install: | |
| privileged: true | |
| volumes: | |
| - /var/run/docker.sock:/var/run/docker.sock | |
| image: rancher/agent:v0.8.2 |
| #cloud-config | |
| rancher: | |
| services: | |
| my-service: | |
| labels: | |
| # This indicates to run in system-docker as opposed to user docker. | |
| # Comment if you want user docker. | |
| io.rancher.os.scope: system | |
| image: nginx |
| #cloud-config | |
| write_files: | |
| - path: /etc/rc.local | |
| permissions: "0755" | |
| owner: root | |
| content: | | |
| #!/bin/bash | |
| echo "I'm doing things on start" | |
| touch /tmp/i-did-something |
| diff --git a/resources/content/schema/base/container.json b/resources/content/schema/base/container.json | |
| index e1dcddd..65e482c 100644 | |
| --- a/resources/content/schema/base/container.json | |
| +++ b/resources/content/schema/base/container.json | |
| @@ -232,6 +232,10 @@ | |
| "nullable": false, | |
| "default" : "0" | |
| }, | |
| + "myFoo" : { | |
| + "type" : "string", |
| TRUNCATE `process_execution`; | |
| ALTER TABLE `process_execution` DROP `created`; |
Switch to ubuntu console
sudo ros console switch -f ubuntuInstall packages to build to runv
sudo apt-get updateI hereby claim:
To claim this, I am signing this object: