-
Notifications
You must be signed in to change notification settings - Fork 657
Conversation
✅ Deploy Preview for docs-rometools canceled.
|
Would you mind adding a description and test plan to your PR? |
ci/publish.sh
Outdated
cd rome-ci-x86-64-centos7 | ||
docker build . --tag rome-ci-x86-64-centos7:latest | ||
docker push rome-ci-x86-64-centos7:latest | ||
cd .. |
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.
nit: should we move these files under a scripts/
folder instead?
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.
hum... I prefer to keep everything under ci at the moment. Because we will have other containers in the future.
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.
Have you considered running the docker image directly without publishing it to docker hub first.
https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action
Summary
This PR creates the container need to build Rome using older glibc.
Will unblock #3650
Test Plan
Thus github action in this PR should publish a container to our container domain inside github;
And we should be able to build rome using this container on PR #3650
Rome binary should depend on glibc 2.17.
Rome binary should run on a standard container using CentOS.