Use the newest git and prefetch OWASP database#93
Use the newest git and prefetch OWASP database#93jacek-lewandowski wants to merge 2 commits intoapache:trunkfrom
Conversation
| RUN export DEBIAN_FRONTEND=noninteractive && \ | ||
| add-apt-repository ppa:git-core/ppa && \ | ||
| apt-get update && \ | ||
| apt-get install -y git |
There was a problem hiding this comment.
what version of git do you need?
what version is ubuntu:20.04 providing?
we want a clear comment about this being temporary and when it can be removed.
There was a problem hiding this comment.
ubuntu provides 2.25.1
we need at least 2.30.0
the command currently installs 2.41.0
tbh I don't know why wouldn't we ever use the newest one
|
It's still unclear to me where you are using this, and why you are not using the |
|
@michaelsembwever - this is for CircleCI, we always get new workers from the cloud provider |
|
repeating for prosperity… So
so a custom image needs to be deployed to a personal dockerhub account first, and pre-commit tested on both circleci and ci-cassandra.a.o i'm presuming (4) won't be a big issue, bc of caching. |
|
Renamed branch - #94 |
No description provided.