Page MenuHomePhabricator

[services] Fix docker base image
ClosedPublic

Authored by karol on Aug 17 2022, 3:53 AM.
Tags
None
Referenced Files
F6149894: D4858.id15927.diff
Tue, Apr 22, 2:06 PM
F6149851: D4858.id15930.diff
Tue, Apr 22, 2:03 PM
F6148347: D4858.id15701.diff
Tue, Apr 22, 12:23 PM
F6146186: D4858.id.diff
Tue, Apr 22, 9:22 AM
Unknown Object (File)
Mon, Apr 21, 6:47 AM
Unknown Object (File)
Tue, Apr 8, 10:11 PM
Unknown Object (File)
Tue, Apr 1, 8:20 AM
Unknown Object (File)
Mar 19 2025, 7:30 PM

Details

Summary

The current base image has probably not been built using this script which uses buildx and that caused it not to be compatible with the M1s.

This diff fixes that, I rebuilt the base image using the script and pushed it to the hub.

Test Plan

Clean docker, build one of the services (e.g. blob) on m1, and see that there's no amd64 label.

Diff Detail

Repository
rCOMM Comm
Branch
arcpatch-D4858_2
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

karol edited the test plan for this revision. (Show Details)
karol added reviewers: jon, tomek, ashoat.
jon requested changes to this revision.Aug 17 2022, 6:52 AM
This revision now requires changes to proceed.Aug 17 2022, 6:52 AM
karol added 1 blocking reviewer(s): tomek.

Ok, done

Added comment about bumping of version tag, or else the push would fail

This revision is now accepted and ready to land.Aug 18 2022, 10:36 AM
This revision was automatically updated to reflect the committed changes.