mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 10:01:34 +00:00
Small readme edit, fix ncc dependency
Signed-off-by: Tim Etchells <tetchell@redhat.com>
This commit is contained in:
parent
236b973ed2
commit
90c167f5f5
5 changed files with 12 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
# buildah
|
||||
|
||||
[](https://github.com/redhat-actions/buildah-action/actions?query=workflow%3A%22Verify+Bundle%22)
|
||||
[](https://github.com/redhat-actions/buildah-action/tags)
|
||||
[](./LICENSE)
|
||||
[](./dist)
|
||||
|
@ -139,7 +139,8 @@ Do not set `dockerfiles` if you are doing a build from scratch, or a docker buil
|
|||
- `content` to copy into the new image
|
||||
- In a Dockerfile, this would be `COPY` directives.
|
||||
- `entrypoint` so the container knows what command to run.
|
||||
- All other optional configuration inputs.
|
||||
- In a Dockerfile, this would be the `ENTRYPOINT`.
|
||||
- All other optional configuration inputs, such as `port`, `envs`, and `workdir`.
|
||||
|
||||
Example of building a Spring Boot Java app image:
|
||||
```yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue