-
Notifications
You must be signed in to change notification settings - Fork 205
docs: mention docker:// as supported lifecycle URI #855
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: xonas1101 <aarushsingh1305@gmail.com>
Signed-off-by: xonas1101 <aarushsingh1305@gmail.com>
Signed-off-by: xonas1101 <aarushsingh1305@gmail.com>
Signed-off-by: xonas1101 <aarushsingh1305@gmail.com>
Signed-off-by: xonas1101 <aarushsingh1305@gmail.com>
Signed-off-by: xonas1101 <aarushsingh1305@gmail.com>
Signed-off-by: xonas1101 <aarushsingh1305@gmail.com>
Signed-off-by: xonas1101 <aarushsingh1305@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we need to further improve the original statement?
| ### Supported archives | ||
|
|
||
| Currently, when specifying a URI to a buildpack or lifecycle, only `tar` or `tgz` archive types are supported. | ||
| Currently, a URI to a buildpack or lifecycle supports `tar`, `tgz`, or `docker://` archive types. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the original sentence is poorly specified. The supported archive types re tar and tgz. But the uri's are either on-disk or a docker://. Do we need to expand this explanation here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the feedback, Aidan. I'll review and update this section within the next few days. Thanks for the review again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Aidan, I have raised a new PR #863, that fixes this issue.
Signed-off-by: Robert Gogolok <robert.gogolok@stackit.cloud>
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aidan Delaney <adelaney21@bloomberg.net>
Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.9.3 to 5.9.5. - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](buildpacks/github-actions@v5.9.3...v5.9.5) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-version: 5.9.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aidan Delaney <adelaney21@bloomberg.net>
Only include those files that the developer has changed in the vale lint. This will remove the need to fix _all_ the problems in content on every commit. Signed-off-by: adelaney21 <adelaney21@bloomberg.net>
Signed-off-by: xonas1101 <aarushsingh1305@gmail.com>
|
Just the DCO now! |
|
Hey Aidan, I opened a new PR for this issue, #863, it has passed all the vale checks and DCO we could merge that maybe? |
Updates the docs to include
docker://as an additional supported lifecycle URI.Closes #850