Skip to content

Commit

Permalink
revert(ci): temporary downgrade of trezor-user-env
Browse files Browse the repository at this point in the history
  • Loading branch information
martykan committed Jun 11, 2024
1 parent 5cb6a26 commit b07c7fb
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.connect-popup-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
trezor-user-env-unix:
image: ghcr.io/trezor/trezor-user-env:c702cbb2f67ccb39573e529721cb8f1145cdd891
image: ghcr.io/trezor/trezor-user-env
environment:
- SDL_VIDEODRIVER=dummy
- XDG_RUNTIME_DIR=/var/tmp
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.connect-popup-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
trezor-user-env-unix:
image: ghcr.io/trezor/trezor-user-env:c702cbb2f67ccb39573e529721cb8f1145cdd891
image: ghcr.io/trezor/trezor-user-env
environment:
- DISPLAY=$DISPLAY
- QT_X11_NO_MITSHM=1
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.connect-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
trezor-user-env-unix:
image: ghcr.io/trezor/trezor-user-env:c702cbb2f67ccb39573e529721cb8f1145cdd891
image: ghcr.io/trezor/trezor-user-env
environment:
- SDL_VIDEODRIVER=dummy
- XDG_RUNTIME_DIR=/var/tmp
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.connect-webextension-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
trezor-user-env-unix:
image: ghcr.io/trezor/trezor-user-env:c702cbb2f67ccb39573e529721cb8f1145cdd891
image: ghcr.io/trezor/trezor-user-env
environment:
- SDL_VIDEODRIVER=dummy
- XDG_RUNTIME_DIR=/var/tmp
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.suite-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
trezor-user-env-unix:
image: ghcr.io/trezor/trezor-user-env:c702cbb2f67ccb39573e529721cb8f1145cdd891
image: ghcr.io/trezor/trezor-user-env
environment:
- SDL_VIDEODRIVER=dummy
- XDG_RUNTIME_DIR=/var/tmp
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.suite-desktop-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
trezor-user-env-unix:
image: ghcr.io/trezor/trezor-user-env:c702cbb2f67ccb39573e529721cb8f1145cdd891
image: ghcr.io/trezor/trezor-user-env
environment:
- SDL_VIDEODRIVER=dummy
- XDG_RUNTIME_DIR=/var/tmp
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.suite-desktop-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
trezor-user-env-unix:
image: ghcr.io/trezor/trezor-user-env:c702cbb2f67ccb39573e529721cb8f1145cdd891
image: ghcr.io/trezor/trezor-user-env
environment:
- DISPLAY=$DISPLAY
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.suite-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3.9"
services:
trezor-user-env-unix:
image: ghcr.io/trezor/trezor-user-env:c702cbb2f67ccb39573e529721cb8f1145cdd891
image: ghcr.io/trezor/trezor-user-env
environment:
- DISPLAY=$DISPLAY
- QT_X11_NO_MITSHM=1
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.suite-native-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
trezor-user-env-unix:
network_mode: "host"
container_name: trezor-user-env.unix
image: ghcr.io/trezor/trezor-user-env:c702cbb2f67ccb39573e529721cb8f1145cdd891
image: ghcr.io/trezor/trezor-user-env
environment:
- SDL_VIDEODRIVER=dummy
- XDG_RUNTIME_DIR=/var/tmp
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.suite-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
trezor-user-env-unix:
image: ghcr.io/trezor/trezor-user-env:c702cbb2f67ccb39573e529721cb8f1145cdd891
image: ghcr.io/trezor/trezor-user-env
environment:
- DISPLAY=$DISPLAY
- QT_X11_NO_MITSHM=1
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.transport-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
trezor-user-env-unix:
image: ghcr.io/trezor/trezor-user-env:c702cbb2f67ccb39573e529721cb8f1145cdd891
image: ghcr.io/trezor/trezor-user-env
environment:
- SDL_VIDEODRIVER=dummy
- XDG_RUNTIME_DIR=/var/tmp
Expand Down

0 comments on commit b07c7fb

Please sign in to comment.