-
Notifications
You must be signed in to change notification settings - Fork 9
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 non-reproducible builds re dependencies #124
Open
daniel-richter
wants to merge
8
commits into
troeger:master
Choose a base branch
from
osmhpi:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FYI: Versions of dependencies ( Frontend$ docker exec -it ore-back-dev bash $ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.7 LTS" $ apt list | grep -E "$(sed 's/\([a-zA-Z0-9-]\+\)\s*/^\1\/|/g' <<< 'python python-pip libboost-dev libboost-graph-dev libboost-date-time-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev cmake gcc libxerces-c-dev xsdcxx')_"
cmake/now 3.5.1-1ubuntu3 amd64 [installed,local]
gcc/now 4:5.3.1-1ubuntu1 amd64 [installed,local]
libboost-date-time-dev/now 1.58.0.1ubuntu1 amd64 [installed,local]
libboost-dev/now 1.58.0.1ubuntu1 amd64 [installed,local]
libboost-filesystem-dev/now 1.58.0.1ubuntu1 amd64 [installed,local]
libboost-graph-dev/now 1.58.0.1ubuntu1 amd64 [installed,local]
libboost-program-options-dev/now 1.58.0.1ubuntu1 amd64 [installed,local]
libboost-system-dev/now 1.58.0.1ubuntu1 amd64 [installed,local]
libxerces-c-dev/now 3.1.3+debian-1 amd64 [installed,local]
python/now 2.7.12-1~16.04 amd64 [installed,local]
python-pip/now 8.1.1-2ubuntu0.6 all [installed,local]
xsdcxx/now 4.0.0-4 amd64 [installed,local $ pip list | grep -E "$(sed 's/\([a-zA-Z0-9-]\+\)\(==[0-9.]*\)\?\s*/^\1 |/g' <<< 'requests')_"
requests (2.27.1) Backend$ docker exec -it ore-front-dev bash $ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.6 LTS" $ apt list | grep -E "$(sed 's/\([a-zA-Z0-9-]\+\)\s*/^\1\/|/g' <<< 'python-dev python-pip scons npm git netcat')_"
git/bionic-updates,bionic-security,now 1:2.17.1-1ubuntu0.11 amd64 [installed]
netcat/bionic,now 1.10-41.1 all [installed]
npm/bionic,now 3.5.2-0ubuntu4 all [installed]
python-dev/bionic,now 2.7.15~rc1-1 amd64 [installed]
python-pip/bionic-updates,now 9.0.1-2.3~ubuntu1.18.04.5 all [installed]
scons/bionic,now 3.0.1-1 all [installed] $ pip list | grep -E "$(sed 's/\([a-zA-Z0-9-]\+\)\(==[0-9.]*\)\?\s*/^\1 |/g' <<< 'PyXB defusedxml psycopg2-binary django==1.8.18 python-social-auth==0.2.21 python-openid python-oauth2 django-require django-robots django-configurations==2.0 requests_oauthlib')_"
defusedxml (0.7.1)
django-configurations (2.0)
django-require (1.0.11)
django-robots (4.0)
psycopg2-binary (2.8.6)
python-oauth2 (1.1.1)
python-openid (2.2.5)
python-social-auth (0.2.21)
PyXB (1.2.6)
requests (2.27.1) |
minimal effort docker compose fix with docker hub images
additions and fixes to be able to run the (unmaintained) project
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
docker build
was not reproducible due to dependencies whithout versioning