Skip to content

Commit

Permalink
Switch to f41
Browse files Browse the repository at this point in the history
  • Loading branch information
philn committed Oct 16, 2024
1 parent 13bc76a commit 45a9008
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.fedoraproject.org/fedora-toolbox:40
FROM registry.fedoraproject.org/fedora-toolbox:41

ENV NAME=gst-dev VERSION=40
ENV NAME=gst-dev VERSION=41

ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
Expand Down Expand Up @@ -31,7 +31,7 @@ RUN dnf -y remove mesa-va-drivers
RUN dnf -y install mesa-va-drivers-freeworld

# Install the dependencies of gstreamer
RUN dnf builddep -y --allowerasing --skip-broken gstreamer1 \
RUN dnf builddep -y --allowerasing gstreamer1 \
gstreamer1-plugins-base \
gstreamer1-plugins-good \
gstreamer1-plugins-good-extras \
Expand Down
2 changes: 1 addition & 1 deletion gst-bx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import subprocess

CONTAINER_PATH="localhost"
IMAGE_NAME="gst-dev-f"
CONTAINER_VERSION=40
CONTAINER_VERSION=41

def run(*args, capture_output=True):
cmdline = args
Expand Down
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

tag := "gst-dev:f40"
tag := "gst-dev:f41"
default_registry := "ghcr.io/philn"
default_archive := "gst-dev-container.tar"

build:
podman pull registry.fedoraproject.org/fedora-toolbox:40
podman pull registry.fedoraproject.org/fedora-toolbox:41
podman build -t {{tag}} .

push registry=default_registry:
Expand Down
1 change: 0 additions & 1 deletion packages
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ mesa-libd3d
mesa-libd3d-devel
mesa-libgbm
mesa-libgbm-devel
mesa-omx-drivers
mesa-vulkan-drivers
mold
mono-devel
Expand Down

0 comments on commit 45a9008

Please sign in to comment.