mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-09 10:39:04 +00:00
Default to docker image format
Signed-off-by: Tim Etchells <tetchell@redhat.com>
This commit is contained in:
parent
a65863e0db
commit
59d340ffaf
6 changed files with 34 additions and 14 deletions
|
@ -49,6 +49,15 @@ After building your image, use [push-to-registry](https://github.com/redhat-acti
|
|||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>oci</td>
|
||||
<td>No</td>
|
||||
<td>
|
||||
Build the image using the OCI format, instead of the Docker format.<br>
|
||||
By default, this is <code>false</code>, because images built using the OCI format have <a href="https://github.com/docker/hub-feedback/issues/1871">issues</a> when published to Dockerhub.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>context</td>
|
||||
<td>No</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue