Skip to content

Commit

Permalink
Merge?
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed Jan 6, 2025
2 parents a70f028 + 7680f14 commit 2c6081d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions obsCheck/Dockerfile-fedora
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ FROM fedora:$version
ARG project=minsky
ARG version
ADD . /root
RUN dnf install -y 'dnf-command(config-manager)' util-linux
RUN dnf config-manager --add-repo https://download.opensuse.org/repositories/home:hpcoder1/Fedora_$version/home:hpcoder1.repo
#RUN dnf install -y 'dnf-command(config-manager)' util-linux
RUN dnf install -y yum-config-manager util-linux
#RUN dnf config-manager add-repo --from-repofile=https://download.opensuse.org/repositories/home:/hpcoder1/Fedora_$version/home:hpcoder1.repo
RUN yum-config-manager --add-repo=https://download.opensuse.org/repositories/home:/hpcoder1/Fedora_$version/home:hpcoder1.repo
RUN dnf install -y $project
RUN useradd -m minsky
RUN su - minsky -c "minsky --version --no-sandbox"
Expand Down
2 changes: 1 addition & 1 deletion obsCheck/smokeTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ for i in Dockerfile-*[^~]; do
case $i in
Dockerfile-debian) versions="11 12";;
Dockerfile-ubuntu) versions="22.04 24.04 24.10";;
Dockerfile-fedora) versions="37 38 39 40";;
Dockerfile-fedora) versions="40 41";;
Dockerfile-leap) versions="15.4 15.5";;
*) versions=default;;
esac
Expand Down

0 comments on commit 2c6081d

Please sign in to comment.