mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-07 00:13:06 +00:00
fix: sanity-check the docker image start
To avoid basic runtime failures due to missing libraries: ``` > docker run --rm statusteam/nim-waku:deploy-wakuv2-test --version could not load: libpq.so(.5|) ``` Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
ca4fa04746
commit
152a4ed07c
@ -67,6 +67,14 @@ pipeline {
|
|||||||
} }
|
} }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage('Check') {
|
||||||
|
steps { script {
|
||||||
|
image.inside('--entrypoint=""') { c ->
|
||||||
|
sh '/usr/bin/wakunode --version'
|
||||||
|
}
|
||||||
|
} }
|
||||||
|
}
|
||||||
|
|
||||||
stage('Push') {
|
stage('Push') {
|
||||||
steps { script {
|
steps { script {
|
||||||
withDockerRegistry([credentialsId: "dockerhub-statusteam-auto", url: ""]) {
|
withDockerRegistry([credentialsId: "dockerhub-statusteam-auto", url: ""]) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user