Skip to content

Commit

Permalink
🔨 Fix e2e docker image (log output & crooked screencast) (eclipse-che…
Browse files Browse the repository at this point in the history
…#18646)

* 🔨 Fix e2e docker image (log output & crooked screencast)

Fixes eclipse-che#18602 and eclipse-che#18433

Signed-off-by: Radim Hopp <rhopp@redhat.com>
  • Loading branch information
rhopp committed Dec 17, 2020
1 parent 0cb8684 commit dd488ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM selenium/standalone-chrome:86.0
FROM selenium/standalone-chrome:3.141.59-20201119

ENV DISPLAY=':20'

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/e2e/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi

# Launch display mode and VNC server
export DISPLAY=':20'
Xvfb :20 -screen 0 1920x1080x16 > /dev/null 2>&1 &
Xvfb :20 -screen 0 1920x1080x24 > /dev/null 2>&1 &
x11vnc -display :20 -N -forever > /dev/null 2>&1 &
echo ''
echo '#######################'
Expand Down

0 comments on commit dd488ba

Please sign in to comment.