-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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 automated build on dockerhub #3160
Comments
Thanks for reporting, I'll take a look |
See #3161. I'll check to see if the dockerhub build worked in a few hours |
Right on!
…On Sun, Aug 19, 2018 at 08:26 Austin Rochford ***@***.***> wrote:
See #3161 <#3161>. I'll check to
see if the dockerhub build worked in a few hours
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3160 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AALlm-5xK3ExtrCeLQgaNUu6Ld5RRA47ks5uSYOygaJpZM4WCuV4>
.
|
It does not appear to have worked. https://hub.docker.com/r/pymc/pymc3/builds/bgncohmnyeg26i3otsyajkk/ |
Weird idea, but perhaps try “../“ (on the theory that dockerhub has the
dockerfile’s parent dir as the working directory.
…On Sun, Aug 19, 2018 at 09:30 Austin Rochford ***@***.***> wrote:
It does not appear to have worked.
https://hub.docker.com/r/pymc/pymc3/builds/bgncohmnyeg26i3otsyajkk/
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3160 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AALlm3lAvVOMw4GjY5he9XENhCpNDTdMks5uSZK4gaJpZM4WCuV4>
.
|
I'll give that a shot once I figure out how to test on dockerhub without merging to master. |
Hi @AustinRochford ! But where does the build even happen? Which system is responsible? Possibly the best option could be to move the image build into the release GitHub Action pipeline. |
Closing in favor of #5939 |
Description of your problem
Please provide a minimal, self-contained, and reproducible example.
The log of recent builds on dockerhub only shows failures:
https://hub.docker.com/r/pymc/pymc3/builds/
Please provide the full traceback.
The most recent attempt to build an image tagged
latest
failed as follows:https://hub.docker.com/r/pymc/pymc3/builds/bpwkzmbbmaezgks6tblddnd/
Please provide any additional information below.
scripts/create_testenv.sh
appears to be in the right spot in this repository. Instead, I suspect thatARG
isn't getting set as expected when building in dockerhub's infra.https://github.com/pymc-devs/pymc3/blob/096d6fa062ad178b0e777652b9bf4ed65e6d3aee/scripts/Dockerfile#L3
https://github.com/pymc-devs/pymc3/blob/096d6fa062ad178b0e777652b9bf4ed65e6d3aee/scripts/start_container.sh#L13
Perhaps it would be sufficient to modify
Dockerfile
to include a default value forSRCDIR
as follows:https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
Versions and main components
(n/a)
The text was updated successfully, but these errors were encountered: