Skip to content
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

No -t flag, MAINTAINER in Dockerfile fixes #264 #265

Merged
merged 2 commits into from
Jul 11, 2019
Merged

No -t flag, MAINTAINER in Dockerfile fixes #264 #265

merged 2 commits into from
Jul 11, 2019

Conversation

niklas88
Copy link
Member

@niklas88 niklas88 commented Jul 8, 2019

Nothing more nothing less

Copy link
Member

@lehmann-4178656ch lehmann-4178656ch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes in the Dockerfile work as expected and fix the problems described in #264.

.dockerignore Outdated
@@ -2,3 +2,4 @@ Dockerfile
index/*
e2e_data/*
build/*
output/*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This directory does not exist on a fresh clone

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It could be possible to ignore all but exempt the needed directories using something like (.dockerignore)

*
!e2e
!src
!test
!third_party
[...]

This could exclude all directories but obviously needs to be tested first as it's just a quick idea.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes these directories are added by the evaluation and end to end test stuff. I think your latter idea is good. Will try that out now

@niklas88 niklas88 merged commit 3f40cc3 into ad-freiburg:master Jul 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants