-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Dockerfile typo causing request to install python2 #109
Conversation
… install python2)
….gov test URL that doesn't behave the same as before
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.
Build is successful when using branch fix/docker-build-typo for the distservice is deployment.yml file.
I got following error this time: ######################### Building auth-py...#########################
Installing python libraries into /dev/oar-auth-py/python/dist/oarauth/lib/python... |
Can you try installing setuptools? @chuanlin2018 |
I installed "setuptools" following this instruction: I decided to manually build individual app. For ../scripts/localdeploy -f ingestdata, both my old and new machine got this error: #8 1.849 Get:19 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB] |
../scripts/localdeploy -f ingestservice got the same error: #8 2.869 Get:21 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB] |
This issue was investigated previously in oar-metadata PR#62, and Ray fixed it by upgrading to Ubuntu 22 and MongoDB 7 in PR#63. Maybe use a recent branch for oar-metadata/ingestservice component? @chuanlin2018 @RayPlante |
This PR is supposed to be specifically about building oar-dist-service under oar-docker. I'm going to take Omar's success as approval. |
The
Dockerfile
for thedocker/build-test
container--used to build the distribution service jar--contained what appeared to be a cut-and-paste error that was resulting in an attempt to install the deprecated python2. This PR pulls the errant lines from theDockerfile
.To test, please build via oar-docker, branch=test/chips-coll-sdp, and
localdeploy
. If thedistservice
container builds successfully, you can approve this PR.