Skip to content

Commit 14d37a0

Browse files
Use cukebot user with cucumber build image 0.11.0
The build image 0.11.0 has been overwritten with the incoming 0.12.0. This version bring back the cukebot user.
1 parent e5ebfb1 commit 14d37a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ docker-run:
5959
--publish "6006:6006" \
6060
--volume "${shell pwd}":/app \
6161
--volume "${HOME}/.m2/repository":/home/cukebot/.m2/repository \
62+
--user 1000 \
6263
--rm \
6364
--interactive \
6465
--tty \
@@ -83,6 +84,7 @@ docker-run-with-secrets:
8384
--volume "${shell pwd}/../secrets/codesigning.key":/home/cukebot/codesigning.key \
8485
--volume "${shell pwd}/../secrets/gpg-with-passphrase":/home/cukebot/gpg-with-passphrase \
8586
--env-file ../secrets/secrets.list \
87+
--user 1000 \
8688
--rm \
8789
--interactive \
8890
--tty \

0 commit comments

Comments
 (0)