Sha256: cd231c30356827007fd363839b42a8aee86f8b0d6bb083d00af1701ffcc3189b
Contents?: true
Size: 1018 Bytes
Versions: 65
Compression:
Stored size: 1018 Bytes
Contents
# PulpContainerClient::OCIBuildImage ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **containerfile_artifact** | **String** | Artifact representing the Containerfile that should be used to run buildah. | [optional] **containerfile** | **File** | An uploaded Containerfile that should be used to run buildah. | [optional] **tag** | **String** | A tag name for the new image being built. | [optional] [default to 'latest'] **artifacts** | [**Object**](.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
65 entries across 65 versions & 1 rubygems