Skip to content

Commit

Permalink
Drop the custom Ipsilon repo from the Ipsilon container
Browse files Browse the repository at this point in the history
This is no longer necessary since the patches needed for the
development environment are now in the official stable builds
of Ipsilon for F38 and F39.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
  • Loading branch information
AdamWill authored and mergify[bot] committed Feb 4, 2024
1 parent f610256 commit eb878f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions devel/ci/integration/ipsilon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ ARG clienturi=http://bodhi.ci:8080/oidc/
# to listen on a non-standard port, specify this too, it's dumb but you can't do
# conditionals or string parsing in dockerfiles...only used for EXPOSE anyway
ARG listen=80
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 \
&& curl -o /etc/yum.repos.d/ipsilon-bodhi.repo https://adamwill.fedorapeople.org/ipsilon-bodhi-repo/ipsilon-bodhi.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 ipsilon ipsilon-openid ipsilon-openidc patch git sed systemd procps-ng elinks
RUN git clone https://pagure.io/fedora-infra/ipsilon-fedora.git /opt/ipsilon-fedora \
Expand Down

0 comments on commit eb878f9

Please sign in to comment.