#21 Rebase Dockerfile to use F34 instead of F32
Merged 3 years ago by frantisekz. Opened 4 years ago by frantisekz.

file modified
+2 -2
@@ -2,7 +2,7 @@ 

  # Build should be triggered from repo root like:

  # docker build -f Dockerfile --tag <IMAGE_TAG>

  

- FROM registry.fedoraproject.org/fedora:32

+ FROM registry.fedoraproject.org/fedora:34

  LABEL \

      name="ResultsDB_frontend application" \

      vendor="ResultsDB_frontend developers" \
@@ -21,7 +21,7 @@ 

  RUN dnf -y install findutils rpm-build python3-pip python3-mod_wsgi httpd \

      && rpm --query --requires --specfile /opt/app-root/src/resultsdb_frontend/resultsdb_frontend.spec | xargs -d '\n' dnf -y install \

      && dnf -y clean all

-  

+ 

  COPY . /opt/app-root/src/resultsdb_frontend/

  # install using --no-deps option to ensure nothing comes from PyPi

  RUN pip3 install --no-deps /opt/app-root/src/resultsdb_frontend

no initial comment

@rlim can you give this a try and ack/nack the change please?

Thanks!

Hi @frantisekz, the change looks good. I can confirm that when running the Dockerfile locally (with your changes), I see a successful ResultsDB_Frontend.

+1

Pull-Request has been merged by frantisekz

3 years ago
Metadata