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

change registry from docker to bh.cr #61

Closed
wants to merge 1 commit into from

Conversation

rcooke-warwick
Copy link

@rcooke-warwick rcooke-warwick commented Aug 22, 2023

This will allow to pull + use newer OS images (> 2.95.12)

However as of this moment I haven't been able to get the newer OS images to work on my machine. So leaving at draft for now

Resolves part of #50

Change-type: patch

@@ -17,4 +17,4 @@ VOLUME /mnt/boot \
CMD [ "/entry.sh" ]

# avoid display crash on some host systems
RUN rm /lib/systemd/system/sysinit.target.wants/systemd-udev-trigger.service
RUN rm /lib/systemd/system/sysinit.target.wants/systemd-udev-trigger.service
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you tidy this commit by restoring the empty lines at the end of these files?

This will allow to pull + use newer OS images (> 2.95.12)

Change-type: patch
Signed-off-by: Ryan Cooke <ryan@balena.io>
@@ -3,7 +3,7 @@
ARG OS_VERSION
ARG DEVICE_TYPE=%%BALENA_MACHINE_NAME%%

FROM resin/resinos:${OS_VERSION}-${DEVICE_TYPE}
FROM bh.cr/balena_os/${DEVICE_TYPE}:${OS_VERSION}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bh.cr URLS have a / between the app and the version, not a :

@klutchell
Copy link
Contributor

Superseded by #63

@klutchell klutchell closed this Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants