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

Add develop binary #95

Merged
merged 2 commits into from
Jun 10, 2020
Merged

Add develop binary #95

merged 2 commits into from
Jun 10, 2020

Conversation

jabrown85
Copy link
Contributor

The s3 bucket is the destination for the heroku/cnb-develop releases. The builder binaries will always pull the latest release so any changes to cnb-develop will get brought to users on at least a nightly cadence via the builder image.

I put it in /cnb/lifecycle/, but am open to other locations :)

» docker run -it -v $(pwd):/source heroku/functions-buildpacks ls -al /cnb/lifecycle
total 66976
drwxr-xr-x 1 root root     4096 Jan  1  1980 .
drwxr-xr-x 1 root root     4096 Jun 10 13:50 ..
-rwxr-xr-x 1 root root 10412032 Jan 30 16:28 analyzer
-rwxr-xr-x 1 root root  8867840 Jan 30 16:28 builder
-rwxr-xr-x 1 root root  8847360 Jan 30 16:28 detector
-rwx--x--x 1 root root  1849024 Jun  9 22:46 develop
-rwxr-xr-x 1 root root 10469376 Jan 30 16:28 exporter
-rwxr-xr-x 1 root root  8638464 Jan 30 16:28 launcher
-rwxr-xr-x 1 root root 10067968 Jan 30 16:28 rebaser
-rwxr-xr-x 1 root root  9420800 Jan 30 16:28 restorer

@jabrown85 jabrown85 self-assigned this Jun 10, 2020
@jabrown85 jabrown85 force-pushed the jab/add-cnb-develop branch from 2ca6158 to 9b4d93f Compare June 10, 2020 15:23
- run: docker load < pack-18-build.tar
- run: docker load < pack-18-riff-build.tar
- run: |
if [ -f "pack-18-build.tar" ]; then
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: The riff-build additional image caused this to fail on fresh branch builds. This will go away in a followup pr as we no longer need the riff-build image at all.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jabrown85 does this mean the RIFF=1 is no longer required?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct. In the next PR I'll get rid of it.

@jabrown85 jabrown85 merged commit caba357 into master Jun 10, 2020
@jabrown85 jabrown85 deleted the jab/add-cnb-develop branch June 10, 2020 15:46
heroku-linguist bot added a commit that referenced this pull request Mar 3, 2025
## heroku/deb-packages

### Changed

- Updated libcnb to 0.27.0, which includes opentelemetry 0.28 and the new custom OTLP File Exporter. ([#95](heroku/buildpacks-deb-packages#95))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants