Skip to content

Commit

Permalink
beaker: switch container image to f41
Browse files Browse the repository at this point in the history
  • Loading branch information
nikromen authored and FrostyX committed Nov 26, 2024
1 parent 626b8e2 commit 9a384a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions beaker-tests/DockerTestEnv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ RUN dnf -y update \
&& dnf -y install dnf-plugins-core wget \
&& dnf -y copr enable @copr/copr \
&& if test "$COPR_PACKAGES" = devel; then dnf -y copr enable @copr/copr-dev; fi \
&& dnf -y install hostname htop net-tools iputils vim mlocate git sudo \
&& dnf -y install hostname htop net-tools iputils vim git sudo \
openssh-server psmisc python-jedi procps-ng findutils tmux \
expect python3-behave python3-hamcrest \
&& dnf -y install python3-copr rpm-build copr-cli jq \
&& dnf -y install beakerlib \
&& dnf -y clean all

RUN for repo in fedora updates updates-testing; do \
dnf -y config-manager --save --setopt $repo.excludepkgs=hello ; done
dnf -y config-manager setopt $repo.excludepkgs=hello ; done

RUN echo "LANG=en_US.UTF-8" >> /etc/locale
RUN setcap cap_net_raw,cap_net_admin+p /usr/bin/ping
Expand Down
2 changes: 1 addition & 1 deletion beaker-tests/DockerTestEnv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bld: build
run:
$(CONTAINER_ENGINE) run \
-dit \
-v $(mkfile_path)/../..:/root/copr \
-v $(mkfile_path)/../..:/root/copr:z \
--name="$(CONTAINER_NAME)" \
-h $(CONTAINER_NAME) \
-w /root/ \
Expand Down

0 comments on commit 9a384a3

Please sign in to comment.