Assistance Needed with Implementing Bookworm via Balena Cloud #1889
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
I'm looking to create/adjust the existing repo to accept a docker build to Balena Cloud. I'm still new to learning all the ropes of docker and all, but I have gotten 'build_containers.sh' to compile the Bookworm packages. However, the process is getting hung on, "ERROR [stage-0 2/9] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get -y install --no-install-recommends build-essential..." Can anyone take a look at what might be going wrong here?
I initially attempted to use VLC with Anthias running on Buster for RTSP streaming out to an HDMI. This is something that I achieved previously without Docker, so I gave it a shot and got very close, but I'm deciding to take a new approach. If using Bookworm to achieve my goals of a borderline 24/7 RTSP streaming monitor, including monitoring with Balena, isn't quite capable yet, tell me now. Otherwise, I'll continue to work with Buster on this.
In all, I hope that this helps other developers with Anthias via Balena Cloud using Bookworm. I'm open to suggestions and willing to contribute as I learn docker during my own developments.