diff options
author | 2024-06-18 19:19:16 +0200 | |
---|---|---|
committer | 2024-06-22 20:50:36 +0200 | |
commit | f550ba5752aa9d94e73d564c3b0d9a8b1136ea1c (patch) | |
tree | ae6ba699ed5691a29ff3dc2d7b3708d56cf95890 | |
parent | app-backup/bareos: remove unused patch (diff) | |
download | gentoo-f550ba5752aa9d94e73d564c3b0d9a8b1136ea1c.tar.gz gentoo-f550ba5752aa9d94e73d564c3b0d9a8b1136ea1c.tar.bz2 gentoo-f550ba5752aa9d94e73d564c3b0d9a8b1136ea1c.zip |
app-containers/containers-common: remove unused files
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r-- | app-containers/containers-common/files/default.yaml | 28 | ||||
-rw-r--r-- | app-containers/containers-common/files/policy.json | 14 |
2 files changed, 0 insertions, 42 deletions
diff --git a/app-containers/containers-common/files/default.yaml b/app-containers/containers-common/files/default.yaml deleted file mode 100644 index a7f3d2823136..000000000000 --- a/app-containers/containers-common/files/default.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# This is a default registries.d configuration file. You may -# add to this file or create additional files in registries.d/. -# -# lookaside: for reading/writing simple signing signatures -# lookaside-staging: for writing simple signing signatures, preferred over lookaside -# -# lookaside and lookaside-staging take a value of the following: -# lookaside: {schema}://location -# -# For reading signatures, schema may be http, https, or file. -# For writing signatures, schema may only be file. - -# The default locations are built-in, for both reading and writing: -# /var/lib/containers/sigstore for root, or -# ~/.local/share/containers/sigstore for non-root users. -default-docker: -# lookaside: https://… -# lookaside-staging: file:///… - -# The 'docker' indicator here is the start of the configuration -# for docker registries. -# -# docker: -# -# privateregistry.com: -# lookaside: https://privateregistry.com/sigstore/ -# lookaside-staging: /mnt/nfs/privateregistry/sigstore - diff --git a/app-containers/containers-common/files/policy.json b/app-containers/containers-common/files/policy.json deleted file mode 100644 index dffc54a62647..000000000000 --- a/app-containers/containers-common/files/policy.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "default": [ - { - "type": "insecureAcceptAnything" - } - ], - "transports": - { - "docker-daemon": - { - "": [{"type":"insecureAcceptAnything"}] - } - } -} |