Skip to content

Commit d39c89e

Browse files
committed
Bump openmicroscopy/devagent to 0.8.2
1 parent c21c920 commit d39c89e

4 files changed

Lines changed: 4 additions & 10 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openmicroscopy/devagent:0.8.1
1+
FROM openmicroscopy/devagent:0.8.2
22

33
LABEL org.opencontainers.image.authors="OME"
44

server/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openmicroscopy/devagent:0.8.1
1+
FROM openmicroscopy/devagent:0.8.2
22

33
LABEL org.opencontainers.image.authors="OME"
44

@@ -38,10 +38,6 @@ RUN dnf -y install epel-release
3838
RUN dnf -y update
3939
RUN 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
4642
ADD ./root /var/spool/cron/
4743
RUN chmod +x /var/spool/cron/root

slave/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openmicroscopy/devagent:0.8.1
1+
FROM openmicroscopy/devagent:0.8.2
22

33
LABEL org.opencontainers.image.authors="OME"
44

@@ -62,8 +62,6 @@ RUN dnf -y install epel-release
6262
RUN dnf -y update
6363
RUN dnf -y install blosc
6464

65-
# install various Java versions
66-
RUN dnf install -y java-21-openjdk-devel java-17-openjdk-devel
6765
RUN dnf install -y cronie
6866

6967
EXPOSE 14064

web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openmicroscopy/devagent:0.8.1
1+
FROM openmicroscopy/devagent:0.8.2
22

33
LABEL org.opencontainers.image.authors="OME"
44

0 commit comments

Comments
 (0)