-
-
Notifications
You must be signed in to change notification settings - Fork 867
Closed
Labels
Description
Bug Report
I am heaving issues with starting up with Concourse.
As Instructed on https://concourse.ci/concourse-lite.html installed bosh CLI, downloaded the latest Concourse Lite from https://github.com/concourse/concourse/releases/download/v3.9.0/concourse-lite.yml but when starting up using bosh create-env councouse-lite.yml I get the following error:
bosh create-env concourse-lite.yml
Deployment manifest: '/home/walter/concourse-lite-3.9.0/concourse-lite.yml'
Deployment state: '/home/walter/concourse-lite-3.9.0/concourse-lite-state.json'
Started validating
Downloading release 'concourse'... Failed (00:00:03)
Failed validating (00:00:03)
Failed to download from 'https://github.com/concourse/concourse/releases/download/v3.9.0/concourse-3.9.0-3541.2.tgz':
Verifying digest for downloaded file:
Expected stream to have digest '6cc893c34ee4a504d59a06b2df3413d6e5a68e10' but was '43c8ef28fb100441efd0fb80244f979c7859f983'
Exit code 1
Ran the command from an empty directory (only the yaml file is in there)
- Concourse version: latest (3.9.0)
- Deployment type: BOSH (version 2.0.48-e94aeeb-2018-01-09T23:08:07Z)
Installing on Debian Stretch.
stela and alvaropinot