summaryrefslogtreecommitdiff
path: root/contrib/podmanimage/stable/Dockerfile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-01-17 12:35:18 +0100
committerGitHub <noreply@github.com>2022-01-17 12:35:18 +0100
commit08c288e96b9e2e81c0e030f51adcd9e48bab757b (patch)
tree1305560104727376458e064e09479b2b0d5a9fca /contrib/podmanimage/stable/Dockerfile
parentdf112b33fdcac6e920baa01e2b71e4b54b289b43 (diff)
parent3c2a5947c243ccbc611c1846c685b73de4462242 (diff)
downloadpodman-08c288e96b9e2e81c0e030f51adcd9e48bab757b.tar.gz
podman-08c288e96b9e2e81c0e030f51adcd9e48bab757b.tar.bz2
podman-08c288e96b9e2e81c0e030f51adcd9e48bab757b.zip
Merge pull request #12881 from eriksjolund/replace_master_branch_links_with_main_branch_links_in_code
fix default branch links
Diffstat (limited to 'contrib/podmanimage/stable/Dockerfile')
-rw-r--r--contrib/podmanimage/stable/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/podmanimage/stable/Dockerfile b/contrib/podmanimage/stable/Dockerfile
index b0b5bb33b..a81c6fd58 100644
--- a/contrib/podmanimage/stable/Dockerfile
+++ b/contrib/podmanimage/stable/Dockerfile
@@ -19,8 +19,8 @@ RUN useradd podman; \
echo podman:10000:5000 > /etc/subuid; \
echo podman:10000:5000 > /etc/subgid;
-ADD https://raw.githubusercontent.com/containers/libpod/master/contrib/podmanimage/stable/containers.conf /etc/containers/containers.conf
-ADD https://raw.githubusercontent.com/containers/libpod/master/contrib/podmanimage/stable/podman-containers.conf /home/podman/.config/containers/containers.conf
+ADD https://raw.githubusercontent.com/containers/podman/main/contrib/podmanimage/stable/containers.conf /etc/containers/containers.conf
+ADD https://raw.githubusercontent.com/containers/podman/main/contrib/podmanimage/stable/podman-containers.conf /home/podman/.config/containers/containers.conf
RUN mkdir -p /home/podman/.local/share/containers; chown podman:podman -R /home/podman