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

Docker not working #22

Open
DamianBombeeck opened this issue Sep 13, 2024 · 3 comments
Open

Docker not working #22

DamianBombeeck opened this issue Sep 13, 2024 · 3 comments
Assignees

Comments

@DamianBombeeck
Copy link

Docker can't be installed. No armhf available, maybe remove the option instead?

@martinboers
Copy link
Member

Is this the same issue as #20 ?

@OWarneke
Copy link
Member

Docker install should still work.

docker 19.03.8 is still available.
https://download.docker.com/linux/static/stable/armhf/

Version:

VERSION="19.03.8"

Path:
DOCKER_URL="https://download.docker.com/linux/static/stable/${arch}/docker-$VERSION.tgz"

Maybe "VERSION" should to be updated for latest FW Version.
-> check FW Version /etc/plcnext/arpversion and select docker version used depending on that.

@martinboers
Copy link
Member

martinboers commented Oct 17, 2024

Maybe "VERSION" should to be updated for latest FW Version.
-> check FW Version /etc/plcnext/arpversion and select docker version used depending on that.

I think VERSION refers to the docker version, not the ARP version. This comment in the setup script is relevant, I think:

Version selection removed due to incompatiblity of new versions (systemd is required)

#while read -p "Version xx.xx.xx (let empty for default balenaEngine 18.9.7, Docker 19.03.12): " VERSION; do

(I'm not sure why the Docker version in the comment differs from the version that's actually used).

EDIT:

Oh, now I understand, the suggestion is that the script is updated to select the Docker version based on the FW version. That's a good idea. As you were.

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

No branches or pull requests

4 participants