projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c40c03
)
Pin version of dogpile
97/9497/1
author
beierlm
<mark.beierl@canonical.com>
Mon, 20 Jul 2020 21:02:05 +0000
(17:02 -0400)
committer
beierlm
<mark.beierl@canonical.com>
Tue, 21 Jul 2020 15:20:01 +0000
(17:20 +0200)
Force dogpile to a static version as 1.0.0, released July 19, 2020
is not compatible with the version of stevedore that we use.
Change-Id: Icc2758e07bafa935bf4403bd5735b47e79b4bc66
Signed-off-by: beierlm <mark.beierl@canonical.com>
(cherry picked from commit
90d4e9e52ee085aeac044f1c48807ecf5f3742ee
)
(cherry picked from commit
60f30ff08ed5db1c44c34c6887d7b7b2783c6bfa
)
docker/MON/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/MON/Dockerfile
b/docker/MON/Dockerfile
index
22451fc
..
2b83148
100644
(file)
--- a/
docker/MON/Dockerfile
+++ b/
docker/MON/Dockerfile
@@
-42,7
+42,7
@@
RUN apt-get update \
RUN pip3 install 'macaroonbakery>=1.1,<2.0' 'pyRFC3339>=1.0,<2.0' \
'pyyaml>=5.1.2' 'theblues>=0.3.8,<1.0' 'websockets>=4.0,<5.0' \
- 'paramiko'
# PyNaCl
+ 'paramiko'
'dogpile.cache==0.9.2'
ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian
ARG RELEASE=ReleaseFOUR-daily