Skip to content

Commit 45ad0b5

Browse files
committed
update docs and goldens
1 parent 59327c1 commit 45ad0b5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cmd/scw/testdata/test-all-usage-container-deploy-usage.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ USAGE:
88
ARGS:
99
[name] Name of the application (defaults to build-source's directory name)
1010
[builder=paketobuildpacks/builder-jammy-base:latest] Builder image to use
11+
[run-image=paketobuildpacks/run-jammy-base:latest] Run image to use
1112
[dockerfile=Dockerfile] Path to the Dockerfile
1213
[force-builder=false] Force the use of the builder image (even if a Dockerfile is present)
1314
[build-source=.] Path to the build context

docs/commands/container.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ scw container deploy [arg=value ...]
361361
|------|---|-------------|
362362
| name | | Name of the application (defaults to build-source's directory name) |
363363
| builder | Default: `paketobuildpacks/builder-jammy-base:latest` | Builder image to use |
364+
| run-image | Default: `paketobuildpacks/run-jammy-base:latest` | Run image to use |
364365
| dockerfile | Default: `Dockerfile` | Path to the Dockerfile |
365366
| force-builder | Default: `false` | Force the use of the builder image (even if a Dockerfile is present) |
366367
| build-source | Default: `.` | Path to the build context |

0 commit comments

Comments
 (0)