Skip to content

Backport version tests on 6.x image #150

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

Merged
merged 20 commits into from
Oct 19, 2020

Conversation

humitos
Copy link
Member

@humitos humitos commented Oct 19, 2020

Bring all the commits from #143 into releases/6.x to run tests on this branch as well.

After the image is built from the current commit, we spin up the container with
the image just built and execute some commands to check the versions them.
It will download the image from Docker Hub and use its layers as cache.
PIP_VERSION and VIRTUALENV_VERSION are sensible variables that are
read by pip and virtualenv respectively and we already have issues
with them. So, to avoid this problem and future ones, we are prefixing
all of our variables with `RTD_`.
We can't use `--cache-from` because the `apt-get update` command is used from
cache and that could make the package versions/URLs to be outdated and fail.
@humitos
Copy link
Member Author

humitos commented Oct 19, 2020

Merging to start building the Docker Hub images and be able to deploy them.

@humitos humitos merged commit 10b47ce into releases/6.x Oct 19, 2020
@humitos humitos deleted the humitos/backport-version-tests-6.x branch October 19, 2020 14:22
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.

1 participant