diff --git a/Dockerfile b/Dockerfile index 9e80076..6777525 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file diff --git a/README.md b/README.md index 4ef490f..db96700 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +Initially for internal use at TechTransThai, but now also available to the public. Available for the x86_64 architecture only. \ No newline at end of file