Sha256: 11603c5299008e0ab07ea7409ca67ae871c68665857048cfe924a17fe84d76dd

Contents?: true

Size: 1 KB

Versions: 3

Compression:

Stored size: 1 KB

Contents

# PulpContainerClient::OCIBuildImage

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**containerfile_artifact** | **String** | Artifact representing the Containerfile that should be used to run podman-build. | [optional] 
**containerfile** | **File** | An uploaded Containerfile that should be used to run podman-build. | [optional] 
**tag** | **String** | A tag name for the new image being built. | [optional] [default to 'latest']
**artifacts** | [**AnyType**](.md) | A JSON string where each key is an artifact href and the value is it's relative path (name) inside the /pulp_working_directory of the build container executing the Containerfile. | [optional] 

## Code Sample

```ruby
require 'PulpContainerClient'

instance = PulpContainerClient::OCIBuildImage.new(containerfile_artifact: null,
                                 containerfile: null,
                                 tag: null,
                                 artifacts: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pulp_container_client-2.21.2 docs/OCIBuildImage.md
pulp_container_client-2.21.1 docs/OCIBuildImage.md
pulp_container_client-2.21.0 docs/OCIBuildImage.md