scottmuc / infrastructure

Documentation / Automation for personal third-party infrastructure
The Unlicense
10 stars 2 forks source link

Deploy a Concourse Worker on the XPS #22

Closed scottmuc closed 3 years ago

scottmuc commented 3 years ago

Definition of Done

This pipeline should run and work:

jobs:
  - name: job-hello-world
    public: true
    plan:
      - task: hello-world
        config:
          platform: linux
          image_resource:
            type: docker-image
            source: {repository: busybox}
          run:
            path: echo
            args: [hello world]
scottmuc commented 3 years ago

It was a slog but I got there:

image

scottmuc commented 3 years ago

The playbook isn't graceful, but will tackle that in a future issue.

scottmuc commented 3 years ago

Setting the DNS to 8.8.8.8 is just a workaround until I understand the issue better.