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

Switch back to using heroku/procfile from the builder in tests #713

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

edmorley
Copy link
Member

@edmorley edmorley commented Nov 2, 2023

The heroku/builder:22 builder image will now only ever contain one version of the heroku/procfile CNB, after:
heroku/buildpacks-jvm#608
heroku/buildpacks-nodejs#696

As such, we no longer need to use a manual Docker Hub URL to avoid the "multiple versions of this buildpack exist in the builder image" error, and instead can use the Procfile CNB directly from the builder image.

This does mean the version is now unpinned, however, it's unlikely to cause test failures in practice, and at least we'll be testing the version of procfile actually used in the builder image (for things like the container starting tests).

GUS-W-14445053.

The `heroku/builder:22` builder image will now only ever contain one
version of the `heroku/procfile` CNB, after:
heroku/buildpacks-jvm#608
heroku/buildpacks-nodejs#696

As such, we no longer need to use a manual Docker Hub URL to avoid
the "multiple versions of this buildpack exist in the builder image"
error.
@edmorley edmorley self-assigned this Nov 2, 2023
@edmorley edmorley marked this pull request as ready for review November 2, 2023 12:49
@edmorley edmorley requested a review from a team as a code owner November 2, 2023 12:49
@edmorley edmorley merged commit b810ff0 into main Nov 2, 2023
6 checks passed
@edmorley edmorley deleted the edmorley/procfile-builder branch November 2, 2023 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants