Master branch has been renamed to main
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
25ff2bea69
commit
979e09ab65
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ LABEL \
|
|||
vendor="Fedora Infrastructure" \
|
||||
license="MIT"
|
||||
|
||||
RUN curl -o /etc/yum.repos.d/infra-tags.repo https://pagure.io/fedora-infra/ansible/raw/master/f/files/common/fedora-infra-tags.repo
|
||||
RUN curl -o /etc/yum.repos.d/infra-tags.repo https://pagure.io/fedora-infra/ansible/raw/main/f/files/common/fedora-infra-tags.repo
|
||||
|
||||
RUN dnf install -y \
|
||||
git \
|
||||
|
|
|
@ -2,7 +2,7 @@ FROM fedora:32
|
|||
RUN curl -o /etc/yum.repos.d/infra-tags.repo https://infrastructure.fedoraproject.org/infra/ansible/files/common/fedora-infra-tags.repo
|
||||
{% if env == "staging" %}
|
||||
RUN curl -o /etc/yum.repos.d/infra-tags-stg.repo https://infrastructure.fedoraproject.org/infra/ansible/files/common/fedora-infra-tags-stg.repo
|
||||
RUN curl -o /etc/yum.repos.d/fedora-updates-testing.repo https://src.fedoraproject.org/rpms/fedora-repos/raw/master/f/fedora-updates-testing.repo
|
||||
RUN curl -o /etc/yum.repos.d/fedora-updates-testing.repo https://src.fedoraproject.org/rpms/fedora-repos/raw/main/f/fedora-updates-testing.repo
|
||||
{% endif %}
|
||||
RUN dnf install -y \
|
||||
{% if env == "staging" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue