Page MenuHomePhabricator

[services] Fix docker base image
ClosedPublic

Authored by karol on Aug 17 2022, 3:53 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 18, 11:28 AM
Unknown Object (File)
Tue, Jun 18, 11:28 AM
Unknown Object (File)
Tue, Jun 18, 11:28 AM
Unknown Object (File)
Wed, Jun 5, 12:13 AM
Unknown Object (File)
May 2 2024, 2:30 PM
Unknown Object (File)
Apr 30 2024, 6:21 PM
Unknown Object (File)
Apr 30 2024, 6:21 PM
Unknown Object (File)
Apr 30 2024, 6:21 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.