We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0726f5f commit 091135bCopy full SHA for 091135b
Dockerfile
@@ -1,7 +1,7 @@
1
FROM ubuntu:18.04
2
3
LABEL maintainer="Petr Sevcik, EOX"
4
-LABEL OpenSARToolkit='0.10.1'
+LABEL OpenSARToolkit='0.11.1'
5
6
# set work directory to home and download snap
7
WORKDIR /home/ost
@@ -10,8 +10,8 @@ WORKDIR /home/ost
10
COPY snap8.varfile $HOME
11
12
# update variables
13
-ENV OTB_VERSION="7.1.0" \
14
- TBX_VERSION="7" \
+ENV OTB_VERSION="7.3.0" \
+ TBX_VERSION="8" \
15
TBX_SUBVERSION="0"
16
ENV TBX="esa-snap_sentinel_unix_${TBX_VERSION}_${TBX_SUBVERSION}.sh" \
17
SNAP_URL="http://step.esa.int/downloads/${TBX_VERSION}.${TBX_SUBVERSION}/installers" \
0 commit comments