Conversation
|
I think we need some adjustment here https://github.com/celery/celery/blob/main/.github/workflows/docker.yml#L12 to trigger docker CI? |
|
I am not sure why the docker CI is not triggered |
Yeah you're right, can you fix it in this PR so we can see the build passes? |
|
I can |
|
yes and first lets see if it can parse now otherwise will add dockerfile path too |
|
#11 [ 6/23] RUN curl https://pyenv.run/ | bash #12 [ 7/23] RUN pyenv install 3.8
|
|
I got the source of error |
docker/Dockerfile
Outdated
|
|
||
| # Pypy3 is installed from a package manager because it takes so long to build. | ||
| RUN apt-get update && apt-get install -y build-essential \ | ||
| RUN apt-get update && apt-get install --no-install-recommends -y build-essential \ |
There was a problem hiding this comment.
Are you sure this change was needed?
There was a problem hiding this comment.
bit sure but willl cross check and remove if these are the root cause
There was a problem hiding this comment.
@auvipy yeah this line breaks the build.
I just tried locally, with/without to verify.
There was a problem hiding this comment.
Ok so removing it passes a certain stage it didn't with it, but the build just failed locally.
I'll try to see what could have caused it
There was a problem hiding this comment.
6206a35 I added the package for fixing certificate error
docker/Dockerfile
Outdated
| libssl-dev \ | ||
| sudo | ||
| sudo \ | ||
| && apt-get clean |
There was a problem hiding this comment.
Also this is not needed and if so without the apt-get again
Nusnus
left a comment
There was a problem hiding this comment.
I suggest leaving the changes you made to add Python 3.12 and remove the rest
|
Passed!! @auvipy 🎉 |
|
I'll test it locally too using |
|
yes sure please share / tell me where the make file is? can't find it for some reason |
|
we can wait before merge. let me now how is it going |
|
@auvipy works locally! |
|
oh yeah! thanks for your continuous support! I had a question here #8614 (comment) |
|
Line 57 in 308255e |
|
😁 |
* updated dockerfile to add python 3.12 * try to trigger docker CI by pointing to right directory * re organise versions and links * added ca-certificates to fix cert error * re order
Update tooling. something could be tweaked/ removed from this PR