Skip to content

Commit

Permalink
Merge pull request #1363 from IQTLabs/renovate/iqtlabs-gnuradio-3.x
Browse files Browse the repository at this point in the history
Update iqtlabs/gnuradio Docker tag to v3.10.11.0
  • Loading branch information
anarkiwi authored Jul 25, 2024
2 parents f3701d0 + 018b55d commit 41e4c10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ RUN if [ "$(arch)" = "x86_64" ] ; then /root/install-nv.sh ; fi && \
zstd && \
apt-get -y -q clean && rm -rf /var/lib/apt/lists/*
WORKDIR /
COPY --from=iqtlabs/gnuradio:3.10.10.0 /usr/share/uhd/images /usr/share/uhd/images
COPY --from=iqtlabs/gnuradio:3.10.11.0 /usr/share/uhd/images /usr/share/uhd/images
COPY --from=installer /usr/local /usr/local
COPY --from=installer /gamutrf /gamutrf
COPY tests /tests
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:24.04 AS gr-iqtlabs-builder
COPY --from=iqtlabs/gnuradio:3.10.10.0 /usr/local /usr/local
COPY --from=iqtlabs/gnuradio:3.10.11.0 /usr/local /usr/local
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
Expand Down Expand Up @@ -37,7 +37,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libvulkan1 \
python3 \
&& apt-get -y -q clean && rm -rf /var/lib/apt/lists/*
COPY --from=iqtlabs/gnuradio:3.10.10.0 /usr/local /usr/local
COPY --from=iqtlabs/gnuradio:3.10.11.0 /usr/local /usr/local
COPY --from=iqtlabs/gamutrf-driver /usr/local /usr/local
COPY --from=gr-iqtlabs-builder /usr/local /usr/local
RUN ldconfig -v
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.driver
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:24.04 AS driver-builder
COPY --from=iqtlabs/gnuradio:3.10.10.0 /usr/local /usr/local
COPY --from=iqtlabs/gnuradio:3.10.11.0 /usr/local /usr/local
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
Expand Down

0 comments on commit 41e4c10

Please sign in to comment.