File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM openmicroscopy/devagent:0.8.1
1+ FROM openmicroscopy/devagent:0.8.2
22
33LABEL org.opencontainers.image.authors="OME"
44
Original file line number Diff line number Diff line change 1- FROM openmicroscopy/devagent:0.8.1
1+ FROM openmicroscopy/devagent:0.8.2
22
33LABEL org.opencontainers.image.authors="OME"
44
@@ -38,10 +38,6 @@ RUN dnf -y install epel-release
3838RUN dnf -y update
3939RUN dnf -y install blosc
4040
41- # install various Java versions
42- RUN dnf install -y java-21-openjdk-devel java-17-openjdk-devel
43- RUN dnf install -y cronie
44-
4541# Add cron job to rotate java versions
4642ADD ./root /var/spool/cron/
4743RUN chmod +x /var/spool/cron/root
Original file line number Diff line number Diff line change 1- FROM openmicroscopy/devagent:0.8.1
1+ FROM openmicroscopy/devagent:0.8.2
22
33LABEL org.opencontainers.image.authors="OME"
44
@@ -62,8 +62,6 @@ RUN dnf -y install epel-release
6262RUN dnf -y update
6363RUN dnf -y install blosc
6464
65- # install various Java versions
66- RUN dnf install -y java-21-openjdk-devel java-17-openjdk-devel
6765RUN dnf install -y cronie
6866
6967EXPOSE 14064
Original file line number Diff line number Diff line change 1- FROM openmicroscopy/devagent:0.8.1
1+ FROM openmicroscopy/devagent:0.8.2
22
33LABEL org.opencontainers.image.authors="OME"
44
You can’t perform that action at this time.
0 commit comments