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

Create ansible-runner:stable-2.9-devel images #590

Merged
merged 1 commit into from
Dec 16, 2020

Conversation

pabelanger
Copy link
Contributor

This will allow us to create stable-2.9 ansible-runner images. This
works by using the constraints system in pip to cap our ansible version
that we install.

Signed-off-by: Paul Belanger pabelanger@redhat.com

@pabelanger
Copy link
Contributor Author

Pull-request updated, HEAD is now f9c0c8a

@pabelanger
Copy link
Contributor Author

Pull-request updated, HEAD is now 571a350

@pabelanger
Copy link
Contributor Author

Pull-request updated, HEAD is now e1b8a4a

@pabelanger pabelanger changed the title Create ansible-runner:stable-2.9-devel images WIP: Create ansible-runner:stable-2.9-devel images Dec 15, 2020
@pabelanger
Copy link
Contributor Author

Pull-request updated, HEAD is now bffd5fc

@pabelanger
Copy link
Contributor Author

Pull-request updated, HEAD is now f9cf6b2

@pabelanger
Copy link
Contributor Author

Pull-request updated, HEAD is now d38f551

Comment on lines +7 to +11
RUN if [ "$ANSIBLE_BRANCH" != "" ] ; then \
echo "Installing requirements.txt / upper-constraints.txt for Ansible $ANSIBLE_BRANCH" ; \
cp /tmp/src/tools/requirements-$ANSIBLE_BRANCH.txt /tmp/src/requirements.txt ; \
cp /tmp/src/tools/upper-constraints-$ANSIBLE_BRANCH.txt /tmp/src/upper-constraints.txt ; \
fi
Copy link
Contributor Author

Choose a reason for hiding this comment

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

So we need to do this, because of ansible / ansible-base / ansible-core pypi naming. For stable-2.9, we need to use ansible. But for stable-2.10, I think we ship ansible-base, then once we release stable-2.11, it is ansible-core.

So confusing!

Copy link
Member

Choose a reason for hiding this comment

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

that really is painful.

@pabelanger
Copy link
Contributor Author

Pull-request updated, HEAD is now 3631990

@pabelanger
Copy link
Contributor Author

Pull-request updated, HEAD is now 923618c

@pabelanger
Copy link
Contributor Author

recheck

@pabelanger
Copy link
Contributor Author

Pull-request updated, HEAD is now b815311

This will allow us to create stable-2.9 ansible-runner images. This
works by using the constraints system in pip to cap our ansible version
that we install.

Signed-off-by: Paul Belanger <pabelanger@redhat.com>
@pabelanger
Copy link
Contributor Author

Pull-request updated, HEAD is now dffdf6e

@pabelanger pabelanger changed the title WIP: Create ansible-runner:stable-2.9-devel images Create ansible-runner:stable-2.9-devel images Dec 16, 2020
Copy link
Member

@shanemcd shanemcd left a comment

Choose a reason for hiding this comment

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

@ansible-zuul ansible-zuul bot merged commit 88a3bbb into ansible:devel Dec 16, 2020
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

3 participants