-
Notifications
You must be signed in to change notification settings - Fork 14
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
Pin OS release to latest known working version #63
Conversation
1928f53
to
d7481d3
Compare
docker-compose.yml
Outdated
@@ -6,8 +6,8 @@ services: | |||
context: . | |||
dockerfile: Dockerfile.template | |||
args: | |||
OS_VERSION: ${OS_VERSION:-2.95.12_rev1} | |||
DEVICE_TYPE: ${DEVICE_TYPE:-genericx86-64-ext} | |||
OS_VERSION: ${OS_VERSION:-3.2.10} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
going to 5.1.50 worked for me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this also worked for me
OS_VERSION: ${OS_VERSION:-5.3.11}
DEVICE_TYPE: ${DEVICE_TYPE:-generic-aarch64}
d7481d3
to
74831f6
Compare
74831f6
to
4693936
Compare
2.113.12 is also supported on generic-aarch64 Change-type: minor Signed-off-by: Kyle Harding <kyle@balena.io>
4693936
to
ec7d191
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
2.113.12 is also supported on generic-aarch64
See: #60