Skip to content

Commit 7de662d

Browse files
authored
Fix version to alpine:3.12 (#914)
1 parent c8ec782 commit 7de662d

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

.CI/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# We need gcc 8 for filesystem support
2-
FROM alpine:edge
2+
FROM alpine:3.12
33

44
RUN apk add -U libtool automake g++ boost-dev boost-static git cmake make readline-dev musl-dev

Jenkinsfile

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -133,22 +133,21 @@ pipeline {
133133
buildOMS()
134134
}
135135
}
136-
// Disable until working
137-
// stage('alpine') {
138-
// agent {
139-
// dockerfile {
140-
// additionalBuildArgs '--pull'
141-
// dir '.CI/alpine'
142-
// label 'linux'
143-
// }
144-
// }
145-
// environment {
146-
// OMSFLAGS = "OMTLM=OFF"
147-
// }
148-
// steps {
149-
// buildOMS()
150-
// }
151-
// }
136+
stage('alpine') {
137+
agent {
138+
dockerfile {
139+
additionalBuildArgs '--pull'
140+
dir '.CI/alpine'
141+
label 'linux'
142+
}
143+
}
144+
environment {
145+
OMSFLAGS = "OMTLM=OFF"
146+
}
147+
steps {
148+
buildOMS()
149+
}
150+
}
152151
stage('linux32') {
153152
agent {
154153
dockerfile {

0 commit comments

Comments
 (0)