From 36bbbab82735836c5f4b72ad6ce469328db66f8f Mon Sep 17 00:00:00 2001 From: Jacob McSwain Date: Sat, 11 Nov 2023 04:54:07 -0600 Subject: [PATCH 1/3] Swap back to upstream --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eabf556..1811381 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=ghcr.io/usa-reddragon/trunk-recorder:main@sha256:bc831c286783e92b7e5cfbceeca94e3965f12ed1d6c61c7665080023b8ae6633 +ARG BASE_IMAGE=robotastic/trunk-recorder:4.6.0@sha256:916d40611a1310a53159ede0e34c1dde0b907c9306aea07d5aa875eda9b983e6 FROM ${BASE_IMAGE} ARG TARGETPLATFORM From 060bcf8dd2c09af926af1c86836878527e7acb6b Mon Sep 17 00:00:00 2001 From: Jacob McSwain Date: Sat, 11 Nov 2023 04:54:19 -0600 Subject: [PATCH 2/3] README: remove fork note --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 4c93a8c..1e6a622 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ These are images of [robotastic/trunk-recorder](https://github.com/robotastic/trunk-recorder) builds with the [pothosware/SoapySDRPlay3](https://github.com/pothosware/SoapySDRPlay3) library installed along with the [SDRPlay API v3.07](https://www.sdrplay.com/api/). -## Fork note - -This uses [a fork of Trunk Recorder](https://github.com/USA-RedDragon/trunk-recorder/tree/main) until [this fix for SoapySDRPlay3](https://github.com/robotastic/trunk-recorder/pull/853) can be merged upstream, so upstream changes may be slightly delayed. - ## Images - `ghcr.io/usa-reddragon/trunk-recorder-soapysdrplay3:main` - just Trunk Recorder with the libraries for SDRPlay units From 734db5c1577596b5f626d4ee70404034022efc49 Mon Sep 17 00:00:00 2001 From: Jacob McSwain Date: Sat, 11 Nov 2023 17:52:06 -0600 Subject: [PATCH 3/3] Dockerfile: Use upstream `edge` tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1811381..f626632 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=robotastic/trunk-recorder:4.6.0@sha256:916d40611a1310a53159ede0e34c1dde0b907c9306aea07d5aa875eda9b983e6 +ARG BASE_IMAGE=robotastic/trunk-recorder:edge@sha256:5911bc9d338738da5aeaf8a4c4a8e6cc07a595df4a3f51db4c7c44b61e285e2a FROM ${BASE_IMAGE} ARG TARGETPLATFORM