mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
ES-839: Disable Internal docker publishing for 4.7 ( only supported post 4.9 pacthes) (#7410)
* ES-839: Disable Docker publishing for 4.7 * ES-839: remove broken repo
This commit is contained in:
parent
e100bee4f1
commit
6b1a2cb027
2
.ci/dev/regression/Jenkinsfile
vendored
2
.ci/dev/regression/Jenkinsfile
vendored
@ -279,7 +279,7 @@ pipeline {
|
||||
|
||||
stage('Publish Release Candidate to Internal Repository') {
|
||||
when {
|
||||
expression { isReleaseCandidate }
|
||||
expression { return false} // keeping stage to preserve Jenkins history on release branches, but not supported for patch builds pre 4.9
|
||||
}
|
||||
steps {
|
||||
withCredentials([
|
||||
|
@ -1,5 +1,8 @@
|
||||
FROM azul/zulu-openjdk:8u192
|
||||
|
||||
## Remove Azul Zulu repo, as it is gone by now
|
||||
RUN rm /etc/apt/sources.list.d/zulu.list
|
||||
|
||||
## Add packages, clean cache, create dirs, create corda user and change ownership
|
||||
RUN apt-get update && \
|
||||
apt-get -y upgrade && \
|
||||
|
Loading…
Reference in New Issue
Block a user