File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 88ARGS:
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
Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments