mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-07 17:31:35 +00:00
Fix: platform parameter is not supported by buildah config (build-without-containerfile) (#83)
Signed-off-by: James Addison <jay@jp-hosting.net>
This commit is contained in:
parent
733d8e9a38
commit
bb88487cd2
7 changed files with 11 additions and 12 deletions
|
@ -45,7 +45,6 @@ After building your image, use [push-to-registry](https://github.com/redhat-acti
|
|||
| Input Name | Description | Default |
|
||||
| ---------- | ----------- | ------- |
|
||||
| arch | Label the image with this architecture, instead of defaulting to the host architecture. Refer to [Multi arch builds](#multi-arch-builds) for more information. | None (host architecture)
|
||||
| platform | Label the image with this platform, instead of defaulting to the host platform. Refer to [Multi arch builds](#multi-arch-builds) for more information. | None (host platform)
|
||||
| base-image | The base image to use for the container. | **Required**
|
||||
| content | Paths to files or directories to copy inside the container to create the file image. This is a multiline input to allow you to copy multiple files/directories.| None
|
||||
| entrypoint | The entry point to set for the container. Separate arguments by newline. | None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue