summaryrefslogtreecommitdiff
path: root/contrib/podmanimage/stable/storage.conf
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2022-06-06 11:46:33 -0400
committerChris Evich <cevich@redhat.com>2022-06-06 11:46:33 -0400
commit335925f47f76a6ba6c066434bdb564810aca99cb (patch)
tree0202861ab43ec042e44a60c4736c6bc25f6d23d9 /contrib/podmanimage/stable/storage.conf
parentb2ebb91656b4c735a2e392274632f2e097423cad (diff)
downloadpodman-335925f47f76a6ba6c066434bdb564810aca99cb.tar.gz
podman-335925f47f76a6ba6c066434bdb564810aca99cb.tar.bz2
podman-335925f47f76a6ba6c066434bdb564810aca99cb.zip
Minor: Remove useless addition of storage.conf
This was an accidental leftover from an in-development implementation. The `sed` command further down entirely replaces the file in the image. Strip out the unnecessary 'storage.conf' ADD instruction. Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/podmanimage/stable/storage.conf')
-rw-r--r--contrib/podmanimage/stable/storage.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/podmanimage/stable/storage.conf b/contrib/podmanimage/stable/storage.conf
deleted file mode 100644
index bc8d8c111..000000000
--- a/contrib/podmanimage/stable/storage.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-[storage.options]
-additionalimagestores = ["/var/lib/shared"]
-
-[storage.options.overlay]
-mountopt = "nodev,fsync=0"
-mount_program = "/usr/bin/fuse-overlayfs"