summaryrefslogtreecommitdiff
path: root/pkg/specgen/specgen.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-06 11:27:05 +0200
committerGitHub <noreply@github.com>2020-05-06 11:27:05 +0200
commit0eb905ff2c2f033ee3009d8d374dcd2347ac04d1 (patch)
tree093276f33e26dcf320f64fb05783ec54e109d698 /pkg/specgen/specgen.go
parent7885b5cd52e77d16b846f0d6b981995df6072166 (diff)
parentf7c3cfde77a4bc8b241fb36c4d39cbe2fde0c45c (diff)
downloadpodman-0eb905ff2c2f033ee3009d8d374dcd2347ac04d1.tar.gz
podman-0eb905ff2c2f033ee3009d8d374dcd2347ac04d1.tar.bz2
podman-0eb905ff2c2f033ee3009d8d374dcd2347ac04d1.zip
Merge pull request #6096 from mheon/fix_small_issues
Add small fixes for 'podman run' from diffing inspect
Diffstat (limited to 'pkg/specgen/specgen.go')
-rw-r--r--pkg/specgen/specgen.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/specgen/specgen.go b/pkg/specgen/specgen.go
index 4f1c4fde1..4ad6dd6fb 100644
--- a/pkg/specgen/specgen.go
+++ b/pkg/specgen/specgen.go
@@ -140,10 +140,6 @@ type ContainerStorageConfig struct {
// Conflicts with Rootfs.
// At least one of Image or Rootfs must be specified.
Image string `json:"image"`
- // RawImageName is the unprocessed and not-normalized user-specified image
- // name. One use case for having this data at hand are auto-updates where
- // the _exact_ user input is needed in order to look-up the correct image.
- RawImageName string `json:"raw_image_name,omitempty"`
// Rootfs is the path to a directory that will be used as the
// container's root filesystem. No modification will be made to the
// directory, it will be directly mounted into the container as root.