Skip to content

Commit

Permalink
HACK: install cockpit 330
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Dec 5, 2024
1 parent 9d1a6b9 commit c8bb970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/browser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ "${TMT_REBOOT_COUNT:-0}" -eq 0 ]; then
# TODO: get correct c-podman version; https://packit.dev/docs/configuration/upstream/tests#optional-parameters
cat > Containerfile <<EOF
FROM $(bootc status --json | jq -r .status.booted.image.image.image)
RUN dnf install -y $TEST_DEPS && dnf clean all
RUN dnf install -y $TEST_DEPS && dnf install --best -y --enablerepo=updates-testing cockpit-system cockpit-ws && dnf clean all
EOF
podman build -t localhost/test .
bootc switch --transport containers-storage localhost/test
Expand Down

0 comments on commit c8bb970

Please sign in to comment.