File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -711,6 +711,7 @@ whenever a new release is in preparation.
711711| Jena | https://jena.apache.org/download/ | |
712712| Ammonite | https://github.com/lihaoyi/Ammonite/releases | to be removed in ODK 1.7 (replaced by Scala-CLI) |
713713| Scala-CLI | https://github.com/VirtusLab/scala-cli/releases | |
714+ | Mike Farah’s YQ | https://github.com/mikefarah/yq/releases | |
714715
715716Python packages (e.g. the Ontology Access Kit aka ` oaklib ` ) should be
716717automatically updated to their latest version whenever Python
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ENV JENA_VERSION=4.9.0
1515ENV KGCL_JAVA_VERSION=0.5.1
1616ENV SCALA_CLI_VERSION=1.8.0
1717ENV OWLTOOLS_VERSION=2020-04-06
18- ENV YQ_VERSION=4.45.4
18+ ENV YQ_VERSION=4.50.1
1919
2020# Avoid repeated downloads of script dependencies by mounting the local coursier cache:
2121# docker run -v $HOME/.coursier/cache/v1:/odk/tools/.coursier-cache ...
Original file line number Diff line number Diff line change 11FROM ubuntu:24.04
22LABEL maintainer="obo-tools@googlegroups.com"
33
4- ENV ROBOT_VERSION=1.9.8
4+ ENV ROBOT_VERSION=1.9.10
55ENV DOSDP_VERSION=0.19.3
66ENV RELATION_GRAPH=2.3.3
77ENV DICER_VERSION=0.2.1
8- ENV ODK_ROBOT_PLUGIN_VERSION=0.2.0
9- ENV SSSOM_JAVA_VERSION=1.5.1
8+ ENV ODK_ROBOT_PLUGIN_VERSION=0.3.1
9+ ENV SSSOM_JAVA_VERSION=1.10.0
1010
1111WORKDIR /odk
1212ENV JAVA_HOME="/usr"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ LABEL maintainer="obo-tools@googlegroups.com"
33
44WORKDIR /tools
55
6- ENV ROBOT=v1.9.8
6+ ENV ROBOT=v1.9.10
77ARG ROBOT_JAR=https://github.com/ontodev/robot/releases/download/$ROBOT/robot.jar
88ENV ROBOT_JAR=${ROBOT_JAR}
99
Original file line number Diff line number Diff line change 11
22# Building docker image
3- VERSION = "v1.9.8 "
3+ VERSION = "v1.9.10 "
44IM =obolibrary/robot
55
66CACHE =
You can’t perform that action at this time.
0 commit comments