Closed
Bug 1719129
Opened 5 years ago
Closed 5 years ago
Re-enable latest Python&Alpine docker image for tests
Categories
(Data Platform and Tools :: Glean: SDK, defect, P1)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: janerik, Assigned: janerik)
Details
Attachments
(2 files)
The python:3.9-alpine docker image fails with:
make: /bin/sh: Operation not permitted
This is due to changes in the image, see the bug report at https://gitlab.alpinelinux.org/alpine/aports/-/issues/12396
The fix is an upgraded Docker to make the used syscall available. We don't control that however and need to wait for Circle CI to do that.
In the meantime we downgraded to the old image.
Working Python image: python@sha256:aded2e43ada04522e712ce507ce8a04392f8cbe047c914c5a88e4016a7141bd0
Failing Python image: python@sha256:3998e97aeeabfdeea57c6e05c7544c460ae158f24cc74371b7d4eca18fbc3171
Example failure: https://app.circleci.com/pipelines/github/mozilla/glean/7995/workflows/4bb113cf-d58e-4674-994f-c006408b7bdb/jobs/143216
| Assignee | ||
Comment 1•5 years ago
|
||
Assignee: nobody → jrediger
| Assignee | ||
Updated•5 years ago
|
Assignee: jrediger → nobody
Comment 2•5 years ago
|
||
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → jrediger
Priority: P3 → P1
Whiteboard: [telemetry:glean-rs:m?]
| Assignee | ||
Comment 3•5 years ago
|
||
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•