Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Jenkinsfile: enable armhf builds for ubuntu:focal and above - #183

Merged
thaJeztah merged 1 commit into
docker:masterfrom
thaJeztah:enable_armhf_focal
Jul 2, 2021
Merged

Jenkinsfile: enable armhf builds for ubuntu:focal and above#183
thaJeztah merged 1 commit into
docker:masterfrom
thaJeztah:enable_armhf_focal

Conversation

@thaJeztah

@thaJeztahthaJeztah commented Jun 22, 2020

Copy link
Copy Markdown
Member

Now that our agents run on a more recent kernel version, problems with seccomp should likely be resolved, so we can enable these for CI.

closes#185
closes#151
closes#142

relates to moby/moby#40734

@thaJeztah

Copy link
Copy Markdown
MemberAuthor

Machines are now on Ubuntu 18.04, but looks like the libseccomp version on that is still too old (we'll probably need ubuntu 19.10, or 20.04 on the host as well

@thaJeztah
thaJeztahforce-pushed the enable_armhf_focal branch 2 times, most recently from ecff28f to e840b36CompareJune 25, 2021 12:23
Now that our agents run on a more recent kernel version,
problems with seccomp should likely be resolved, so we can
enable these for CI.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztahthaJeztah changed the title Jenkinsfile: enable armhf builds for ubuntu:focalJenkinsfile: enable armhf builds for ubuntu:focal and aboveJun 28, 2021
@thaJeztah

Copy link
Copy Markdown
MemberAuthor

@StefanScherer PTAL; looks like the newer Docker version in CI resolved this issue

(not sure what's best to verify the artefacts on an actual armhf machine though)

@StefanScherer

Copy link
Copy Markdown
Member

@thaJeztah Yes I can take a look. Nice we have artifacts that I can download for a test. 👍

@StefanSchererStefanScherer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM
I've installed the Ubuntu Focal package on a RPi2 and I can pull images and run containers with it!

@thaJeztah

Copy link
Copy Markdown
MemberAuthor

Whoop! Thank you so much, Stefan

@thaJeztah

Copy link
Copy Markdown
MemberAuthor

I'll go ahead and merge (this only affects CI, so no direct risk involved)

@thaJeztah
thaJeztah merged commit 1e28d7d into docker:masterJul 2, 2021
@thaJeztah
thaJeztah deleted the enable_armhf_focal branch July 2, 2021 10:54
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@thaJeztah@StefanScherer