Skip to content

Conversation

@xonas1101
Copy link

@xonas1101 xonas1101 commented Aug 29, 2025

Updates the docs to include docker:// as an additional supported lifecycle URI.
Closes #850

Signed-off-by: xonas1101 <aarushsingh1305@gmail.com>
@xonas1101 xonas1101 requested a review from a team as a code owner August 29, 2025 15:58
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>
Copy link
Member

@AidanDelaney AidanDelaney left a 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.
Copy link
Member

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?

Copy link
Author

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.

Copy link
Author

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.

gogolok and others added 5 commits October 25, 2025 12:23
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>
@AidanDelaney
Copy link
Member

Just the DCO now!

@xonas1101
Copy link
Author

xonas1101 commented Nov 1, 2025

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?
Thanks!

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.

builder.toml docs incorrectly state lifecycle.uri only supports .tgz and .tar

3 participants