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

Test data generated on init. #50

Merged
merged 3 commits into from
Oct 4, 2019
Merged

Test data generated on init. #50

merged 3 commits into from
Oct 4, 2019

Conversation

rajivsam
Copy link
Contributor

@rajivsam rajivsam commented Oct 4, 2019

Added test data generation to the startup scripts

@rajivsam rajivsam requested a review from joerg84 October 4, 2019 03:07
@@ -13,6 +13,7 @@ MAINTAINER Joerg Schad <info@arangodb.com>
ENV GIT_PYTHON_REFRESH=quiet
RUN apt-get update
RUN apt-get install -y python-pip
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we combine these installs commands into one? each RUN will generate a new container image layer

Copy link
Contributor

Choose a reason for hiding this comment

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

P.S. at best even combine with apt-get update

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@joerg84 , yes, that makes sense. Need to clean up the dockerfiles. There are two old docker files that I need to remove too. Will do these.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@joerg84 , just made these changes

Copy link
Contributor

@joerg84 joerg84 left a comment

Choose a reason for hiding this comment

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

except dockerfiile

@rajivsam rajivsam merged commit cdc4073 into master Oct 4, 2019
@rajivsam rajivsam deleted the create_test_data_on_init branch October 4, 2019 11:12
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