Skip to content

Commit 0949a9b

Browse files
committed
move to correct registry domain and pin FBCP
Signed-off-by: Phil Wilson <[email protected]>
1 parent 05b52ee commit 0949a9b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

browsercontrol/Dockerfile.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM bhcr.io/will_philson/browsercontrol-%%BALENA_ARCH%%/1.1.0
1+
FROM bh.cr/will_philson/browsercontrol-%%BALENA_ARCH%%/1.1.0
22

33

docker-compose.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ services:
2323
io.balena.features.dbus: '1'
2424
io.balena.features.firmware: '1'
2525
fbcp:
26-
image: bhcr.io/balenablocks/fbcp
26+
image: bh.cr/balenablocks/fbcp/1.0.2
2727
privileged: true
28+
restart: no
2829
browsercontrol:
2930
build: ./browsercontrol
3031
restart: always

kiosk/Dockerfile.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bhcr.io/balenablocks/browser-%%BALENA_ARCH%%/2.3.8
1+
FROM bh.cr/balenablocks/browser-%%BALENA_ARCH%%/2.3.8
22

33
RUN install_packages cec-utils
44

0 commit comments

Comments
 (0)