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
3- MAINTAINER OME
3+ LABEL org.opencontainers.image.authors= " OME"
44
55USER root
66
Original file line number Diff line number Diff line change 5656 build job: ' BIOFORMATS-build'
5757 build job: ' BIOFORMATS-image'
5858 build job: ' BIOFORMATS-linkcheck' , wait: false, propagate: false
59- build job: ' BIOFORMATS-test-repo' , wait: false, propagate: false
59+ // build job: ' BIOFORMATS-test-repo' , wait: false, propagate: false
6060 }
6161 }
6262
Original file line number Diff line number Diff line change 1- FROM jenkins/jenkins:2.426.3
2- MAINTAINER OME
1+ FROM jenkins/jenkins:lts-jdk21
2+ LABEL org.opencontainers.image.authors= " OME"
33
44# Temp fix robot test results
55ENV JAVA_OPTS "-Dhudson.model.DirectoryBrowserSupport.CSP=" -Djenkins.install.runSetupWizard=false
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
3- MAINTAINER OME
3+ LABEL org.opencontainers.image.authors= " OME"
44
55COPY nginx-stable.repo /etc/yum.repos.d/
66RUN dnf -y install dnf-utils
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
3- MAINTAINER OME
3+ LABEL org.opencontainers.image.authors= " OME"
44
55
66ADD ./settings.env /home/settings.env
@@ -38,15 +38,13 @@ 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
4844
4945
46+ RUN update-alternatives --set java java-11-openjdk.x86_64
47+
5048EXPOSE 4064
5149EXPOSE 4063
5250
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
3- MAINTAINER OME
3+ LABEL org.opencontainers.image.authors= " OME"
44
55ARG NAME=ome
66
@@ -62,6 +62,9 @@ RUN dnf -y install epel-release
6262RUN dnf -y update
6363RUN dnf -y install blosc
6464
65+ RUN dnf install -y cronie
66+ RUN update-alternatives --set java java-11-openjdk.x86_64
67+
6568EXPOSE 14064
6669EXPOSE 14063
6770
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
3- MAINTAINER OME
3+ LABEL org.opencontainers.image.authors= " OME"
44
55ADD ./settings.env /home/settings.env
66RUN chmod +x /home/settings.env
@@ -9,9 +9,6 @@ RUN chmod +x /home/settings.env
99RUN dnf -y install ant make
1010RUN curl -sL https://rpm.nodesource.com/setup_20.x | bash
1111RUN dnf install -y nodejs
12- # grunt for figure
13- RUN npm install -g grunt
14-
1512
1613EXPOSE 4080
1714
You can’t perform that action at this time.
0 commit comments