Skip to content

Commit

Permalink
Update the stable copr repository in containerfiles (#3427)
Browse files Browse the repository at this point in the history
Latest stable builds are now placed in the `@teemtee/stable` repo.
Let's pick the fresh packages from there when building on quay.
  • Loading branch information
psss authored Dec 17, 2024
1 parent b012118 commit 0278a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion containers/Containerfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN set -x && \
# Install necessary packages
RUN set -x && \
dnf install -y dnf-plugins-core && \
dnf copr enable -y @teemtee/tmt && \
dnf copr enable -y @teemtee/stable && \
dnf install -y tmt+all-[0-9].[0-9][0-9].[0-9]* beakerlib && \
dnf autoremove -y && \
dnf clean all
Expand Down
2 changes: 1 addition & 1 deletion containers/Containerfile.mini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN set -x && \
# Install necessary packages
RUN set -x && \
dnf install -y dnf-plugins-core && \
dnf copr enable -y @teemtee/tmt && \
dnf copr enable -y @teemtee/stable && \
dnf install -y tmt-[0-9].[0-9][0-9].[0-9]* && \
dnf autoremove -y && \
dnf clean all
Expand Down

0 comments on commit 0278a9a

Please sign in to comment.