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

@@ -43,3 +43,5 @@ buildah config \
--env CGO_LDFLAGS_ALLOW="-Wl,-rpath.*" \
${ctr}
buildah commit ${ctr} ${tag}
buildah rm ${ctr}