We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3989661 commit a854c4cCopy full SHA for a854c4c
mq-advanced-server-rhel/mq-buildah.sh
@@ -106,6 +106,7 @@ buildah config \
106
--env LANG=en_US.UTF-8 \
107
--env LOG_FORMAT=basic \
108
--entrypoint runmqserver \
109
+ --user root \
110
$ctr_mq
111
buildah unmount $ctr_mq
112
buildah commit $ctr_mq $tag
mq-advanced-server-rhel/mqdev-buildah.sh
@@ -80,6 +80,7 @@ buildah config \
80
--env MQ_ADMIN_PASSWORD=passw0rd \
81
--env MQ_DEV=true \
82
--entrypoint runmqdevserver \
83
84
85
86
0 commit comments