Skip to content

Commit 90ee3e8

Browse files
authored
feat: fixup after promotion to paketo-buildpacks (#178)
* feat: fixup after promotion to paketo-buildpacks Signed-off-by: Michael Dawson <midawson@redhat.com> * Update README.md * Update go.mod --------- Signed-off-by: Michael Dawson <midawson@redhat.com>
1 parent 40937a1 commit 90ee3e8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Paketo Ubi 8 Buildpackless Base Builder
22

3-
## `paketocommunity/builder:ubi-buildpackless-base`
3+
## `paketobuildpacks/builder-ubi8-buildpackless-base`
44

55
This builder uses the [UBI 8 Base Stack](https://github.com/paketo-buildpacks/ubi8-base-stack) (a Red Hat Ubi 8 base image) and contains **no buildpacks nor order groups**.
66
To use this builder, you must specify buildpacks and extensions at build time using whatever mechanisms your CNB platform of choice offers.
@@ -12,10 +12,10 @@ pack build nodejs-with-buildpackless-builder \
1212
--path ./app-dir \
1313
--buildpack paketobuildpacks/nodejs \
1414
--extension paketobuildpacks/ubi-nodejs-extension \
15-
--builder paketocommunity/builder-ubi-buildpackless-base
15+
--builder paketobuildpacks/builder-ubi8-buildpackless-base
1616
```
1717

18-
To see which versions of build and run images and the lifecycle are contained within a given builder version, see the [Releases](https://github.com/paketo-community/builder-ubi-buildpackless-base/releases) on this repo. This information is also available in the `builder.toml`.
18+
To see which versions of build and run images and the lifecycle are contained within a given builder version, see the [Releases](https://github.com/paketo-community/builder-ubi8-buildpackless-base/releases) on this repo. This information is also available in the `builder.toml`.
1919

2020
For more information about this builder and how to use it, visit the [Paketo builder documentation](https://paketo.io/docs/builders/).
2121
To learn about the stack included in this builder, visit the [Paketo stack documentation](https://paketo.io/docs/stacks/).

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/paketo-community/builder-ubi-buildpackless-base
1+
module github.com/paketo-buildpacks/builder-ubi8-buildpackless-base
22

33
go 1.24.1
44

0 commit comments

Comments
 (0)