mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 18:09:04 +00:00
fix issues when building image with dockerfile
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
This commit is contained in:
parent
1b1386b77e
commit
504c52c4d8
5 changed files with 11 additions and 26 deletions
|
@ -9,18 +9,17 @@ inputs:
|
|||
description: 'The name (reference) of the image to build'
|
||||
required: true
|
||||
base-image:
|
||||
description: 'The base image to use to create a new container'
|
||||
description: 'The base image to use to create a new container image'
|
||||
required: false
|
||||
dockerfiles:
|
||||
description: 'The path of one or more Dockerfiles (default: ./Dockerfile)'
|
||||
description: 'List of Dockerfile paths (eg: ./Dockerfile)'
|
||||
required: false
|
||||
default: './Dockerfile'
|
||||
context:
|
||||
description: 'Path to the directory to use as context (default: .)'
|
||||
required: false
|
||||
default: '.'
|
||||
content:
|
||||
description: 'The content to copy inside the base image'
|
||||
description: 'List of files/directories to copy inside the base image'
|
||||
required: false
|
||||
entrypoint:
|
||||
description: 'The entry point to set for containers based on image'
|
||||
|
@ -32,7 +31,7 @@ inputs:
|
|||
description: 'The working directory to use within the container'
|
||||
required: false
|
||||
envs:
|
||||
description: 'The environment variables to be set when running containers based on image'
|
||||
description: 'List of environment variables to be set when running containers based on image'
|
||||
required: false
|
||||
runs:
|
||||
using: 'node12'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue