Skip to content

Commit

Permalink
Merge pull request #1 from amp-buildpacks/rename
Browse files Browse the repository at this point in the history
rename dependency from fuel to sway
  • Loading branch information
wangeguo authored Sep 12, 2024
2 parents 6ed94d7 + f6180e9 commit 31b2ff2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
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.

0 comments on commit 31b2ff2

Please sign in to comment.