Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move blobs into a public blobstore #77

Open
drnic opened this issue Jun 27, 2019 · 2 comments
Open

Move blobs into a public blobstore #77

drnic opened this issue Jun 27, 2019 · 2 comments

Comments

@drnic
Copy link
Contributor

drnic commented Jun 27, 2019

Currently I cannot build the bosh release as the blobs are not stored in a public blobstore:

---
name: bosh-alicloud-cpi

blobstore:
  provider: local
  options:
    blobstore_path: ./blobs%

When I try to create a final release it fails with:

bosh create-release releases/bosh-alicloud-cpi/bosh-alicloud-cpi-18.yml
- Expected to find 'bosh-alicloud-cpi/7f57fbd53a846c3dab34ead5cfe52c8ba3638d90'
- Expected to find 'golang/03d27673d09c82e7a4183d651e6c293b4a501de7'
- Expected to find 'alicloud_cpi/3c837ec6a92026e749a0685a7dcded4690d38458'

When I try to create a dev release it fails with:

bosh create-release
Building a release from directory '/Users/drnic/Projects/bosh_releases/bosh-alicloud-cpi-release':
  - Constructing packages from directory:
      - Reading package from '/Users/drnic/Projects/bosh_releases/bosh-alicloud-cpi-release/packages/golang':
          Collecting package files:
            Missing files for pattern 'go1.11.5.linux-amd64.tar.gz'
      - Expected to find package 'golang' since it's a dependency of package 'bosh-alicloud-cpi'
  - Constructing jobs from manifest:
      - Expected to find package 'bosh-alicloud-cpi' since it's a dependency of job 'alicloud_cpi'
@drnic
Copy link
Contributor Author

drnic commented Jul 2, 2019

@xiaozhu36 thoughts? could we also move to go1.12.6 macos/linux as per #81 ?

@bosh-admin-bot
Copy link

This issue was marked as Stale because it has been open for 21 days without any activity. If no activity takes place in the coming 7 days it will automatically be close. To prevent this from happening remove the Stale label or comment below.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants