Compare commits

...

8 commits

2 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,4 @@
FROM fedora:40
FROM quay.io/fedora/fedora:42
LABEL maintainer="TechTransThai" \
description="Fedora image for BOINC client."
@ -19,5 +19,6 @@ EXPOSE 31416
# Install
RUN dnf install boinc-client -y
RUN dnf clean all
CMD ["start-boinc.sh"]
CMD ["start-boinc.sh"]

View file

@ -1,5 +1,5 @@
# boinc-client-docker-fedora
# boinc-client-fedora
The BOINC client based on the [official BOINC Container](https://github.com/BOINC/boinc-client-docker), but using Fedora instead of Ubuntu.
Available for the x86_64 architecture only.
Initially for internal use at TechTransThai, but now also available to the public. Available for the x86_64 architecture only.