You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+24-7Lines changed: 24 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -248,23 +248,41 @@ jobs:
248
248
prerelease: true
249
249
files: pack-v${{ env.PACK_VERSION }}-*
250
250
body: |
251
-
# pack v${{ env.PACK_VERSION }}
252
-
> This is a **beta** pre-release of the Cloud Native Buildpack local CLI. This platform implementation should be relatively stable and reliable, but breaking changes in the underlying [specification](https://github.com/buildpack/spec) may be implemented without notice. Note that pack is intended for local image builds, and thus requires a Docker daemon. The [lifecycle](https://github.com/buildpack/lifecycle) should be used directly when building on cloud platforms.
251
+
> This is a **beta** pre-release of the Cloud Native Buildpack local CLI. This platform implementation should be relatively stable and reliable, but breaking changes in the underlying [specification](https://github.com/buildpack/spec) may be implemented without notice.
253
252
254
253
## Prerequisites
255
254
256
-
- The [Docker daemon](https://www.docker.com/get-started) must be installed on your workstation or accessible over the network.
255
+
- A container runtime such as [Docker](https://www.docker.com/get-started) or [podman](https://podman.io/getting-started/) must be available to execute builds.
1. Download the `.tgz` or `.zip` file for your platform
@@ -300,12 +318,11 @@ jobs:
300
318
draft: true
301
319
files: pack-v${{ env.PACK_VERSION }}-*
302
320
body: |
303
-
# pack v${{ env.PACK_VERSION }}
304
-
> This is a **beta** release of the Cloud Native Buildpack local CLI. This platform implementation should be relatively stable and reliable, but breaking changes in the underlying [specification](https://github.com/buildpack/spec) may be implemented without notice. Note that pack is intended for local image builds, and thus requires a Docker daemon. The [lifecycle](https://github.com/buildpack/lifecycle) should be used directly when building on cloud platforms.
321
+
> This is a **beta** release of the Cloud Native Buildpack local CLI. This platform implementation should be relatively stable and reliable, but breaking changes in the underlying [specification](https://github.com/buildpack/spec) may be implemented without notice.
305
322
306
323
## Prerequisites
307
324
308
-
- The [Docker daemon](https://www.docker.com/get-started) must be installed on your workstation or accessible over the network.
325
+
- A container runtime such as [Docker](https://www.docker.com/get-started) or [podman](https://podman.io/getting-started/) must be available to execute builds.
0 commit comments