Fix dev image uid and build off rhel7

This commit is contained in:
Robert Parker
2018-08-23 10:16:14 +01:00
parent 64f5ce3624
commit e03ceff7c9
5 changed files with 19 additions and 21 deletions

View File

@@ -30,5 +30,6 @@ podman run \
--env IMAGE_REVISION="$IMAGE_REVISION" \
--env IMAGE_SOURCE="$IMAGE_SOURCE" \
--env MQDEV=${dev} \
--rm \
${tag} \
bash -c "cd /go/src/github.com/ibm-messaging/mq-container/ && ./mq-advanced-server-rhel/go-build.sh"