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

rename dependency from fuel to sway #1

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# `ghcr.io/amp-buildpacks/fuel-builder`
# `ghcr.io/amp-buildpacks/sway-builder`

A Cloud Native Buildpacks (CNB) builder with Paketo stacks (Jammy Jellyfish) and fuel-builder
A Cloud Native Buildpacks (CNB) builder with Paketo stacks (Jammy Jellyfish) and sway-builder

## Usage

To create the builder, just run

```shell
pack builder create <published-to>/fuel-builder --config builder.toml
pack builder create <published-to>/sway-builder --config builder.toml
```

For example

```shell
pack builder create amp-buildpacks/fuel-builder --config builder.toml
pack builder create amp-buildpacks/sway-builder --config builder.toml
```

You can then build an app with it using

```shell
pack build <image-name> --builder <published-to>/fuel-builder
pack build <image-name> --builder <published-to>/sway-builder
```

## Contributing
Expand Down
8 changes: 4 additions & 4 deletions builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
# See the License for the specific language governing permissions and
# limitations under the License.

description = "A Cloud Native Buildpacks (CNB) builder with Paketo stacks (Jammy Jellyfish) and fuel-builder"
description = "A Cloud Native Buildpacks (CNB) builder with Paketo stacks (Jammy Jellyfish) and sway-builder"

[[buildpacks]]
id = "amp-buildpacks/fuel"
uri = "docker://ghcr.io/amp-buildpacks/fuel:0.1.0"
id = "amp-buildpacks/sway"
uri = "docker://ghcr.io/amp-buildpacks/sway:0.1.1"


[[order]]

[[order.group]]
id = "amp-buildpacks/fuel"
id = "amp-buildpacks/sway"
version = "0.1.0"


Expand Down
3 changes: 0 additions & 3 deletions config.toml

This file was deleted.