Commit 14200bd
authored
Remove +dfsg* from docker version (#2757)
On some Debian installations, the following command
docker version --format '{{.Server.Version}}'
returns a version number with +dfsg... added, for example:
20.10.5+dfsg1
After removing the dots, the comparison of DOCKER_VERSION with
MIN_DOCKER_VERSION throws
./buildContainerImage.sh: line 97: [: 20105+dfsg1: integer expression expected
This pull request also adds the substring +dfsg* from the
version number in order for the comparison to have numerical values
on both sides.1 parent e6ffb92 commit 14200bd
File tree
1 file changed
+4
-0
lines changed- OracleDatabase/SingleInstance/dockerfiles
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
| |||
0 commit comments