-
Notifications
You must be signed in to change notification settings - Fork 46
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
Example Dockerfile fixes for PolyTracker short tool paper #6570
Conversation
…le, so turn off old python check - I think our switching to python3.10 only results in this environmental difference
…ound the time when we made the Dockerfile, and building in the correct location
…and uglier than I'd prefer
RUN git clone https://github.com/file/file.git | ||
WORKDIR /polytracker/the_klondike/file | ||
RUN git fetch --tags && \ | ||
git checkout tags/FILE5_41 |
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.
this just pins a file
version that seems compatible with when this dockerfile was originally created. I dont think we pinned a version 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.
LGTM
RUN wget http://xmlsoft.org/sources/libxml2-2.9.10.tar.gz | ||
RUN tar -xvf libxml2-2.9.10.tar.gz | ||
WORKDIR libxml2-2.9.10 | ||
RUN wget http://xmlsoft.org/sources/libxml2-2.9.11.tar.gz |
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.
was getting a Python macro error with previous version
Fixes dead sources links and WORKDIR assumptions, as well as missing dependencies, for some of the example builds. This gave me the ability to build and gather data from the following:
Remainder that error out for missing dependency or build failure reasons before we get to instrumentation: