Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xkiosk: rename to remove - #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions x-kiosk-imx8/Dockerfile → xkiosk-imx8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
#

# For testing in the LmP
# docker build --tag hub.foundries.io/lmp/x-kiosk-imx8:latest .
# docker run -it --rm --device-cgroup-rule='c 199:* rmw' --device-cgroup-rule='c 226:* rmw' -v /run/user/63:/run/user/63 -v /dev/dri:/dev/dri -v /dev/galcore:/dev/galcore --entrypoint /bin/bash hub.foundries.io/lmp/x-kiosk-imx8:latest
# docker build --tag hub.foundries.io/lmp/xkiosk-imx8:latest .
# docker run -it --rm --device-cgroup-rule='c 199:* rmw' --device-cgroup-rule='c 226:* rmw' -v /run/user/63:/run/user/63 -v /dev/dri:/dev/dri -v /dev/galcore:/dev/galcore --entrypoint /bin/bash hub.foundries.io/lmp/xkiosk-imx8:latest
# /start.sh
# or
# docker run -it --rm --device-cgroup-rule='c 199:* rmw' --device-cgroup-rule='c 226:* rmw' -v /run/user/63:/run/user/63 -v /dev/dri:/dev/dri -v /dev/galcore:/dev/galcore hub.foundries.io/lmp/x-kiosk-imx8:latest
# docker run -it --rm --device-cgroup-rule='c 199:* rmw' --device-cgroup-rule='c 226:* rmw' -v /run/user/63:/run/user/63 -v /dev/dri:/dev/dri -v /dev/galcore:/dev/galcore hub.foundries.io/lmp/xkiosk-imx8:latest
FROM hub.foundries.io/lmp/0chromium-imx8-aarch64 AS build

FROM hub.foundries.io/lmp/0debian-base-imx8-aarch64
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: '3.6'

services:
x-kiosk-imx8:
image: hub.foundries.io/lmp/x-kiosk-imx8:latest
xkiosk-imx8:
image: hub.foundries.io/lmp/xkiosk-imx8:latest
restart: always
tty: true
command: "${ADDR-www.foundries.io}"
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions x-kiosk/Dockerfile → xkiosk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#

# For testing in the LmP
# docker build --tag hub.foundries.io/lmp/x-kiosk:latest .
# docker run -it --user 63:63 --rm -v /tmp/.X11-unix:/tmp/.X11-unix hub.foundries.io/lmp/x-kiosk:latest www.foundries.io
# docker build --tag hub.foundries.io/lmp/xkiosk:latest .
# docker run -it --user 63:63 --rm -v /tmp/.X11-unix:/tmp/.X11-unix hub.foundries.io/lmp/xkiosk:latest www.foundries.io

FROM debian:bullseye-20211011-slim

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion x-kiosk/docker-compose.yml → xkiosk/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.6'

services:
xkiosk:
image: hub.foundries.io/lmp/x-kiosk:latest
image: hub.foundries.io/lmp/xkiosk:latest
restart: always
tty: true
command: "${ADDR-www.foundries.io}"
Expand Down
File renamed without changes.