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

Change Dockerfile to copy custom venv #7705

Merged

Conversation

anxstj
Copy link
Contributor

@anxstj anxstj commented Jul 22, 2020

SUMMARY

The container build process has changed with AWX 12.0.0. The new process copies the default virtual environment from a build container to the final awx container. Unfortunately, the custom virtual environments, which are located in /opt, get lost with this.

This PR updates the documentation to highlight that the custom virtual environment path must be copied to the final awx container, too.

Another option would be to change the Dockerfile to always copy the /opt directory, regardless of custom virtual environments or not. But I'm not sure if /opt is really the "supported" place for custom virtual environments.

ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME
  • Installer
AWX VERSION
awx: 13.0.0

@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.

Copy link
Contributor

@ryanpetrello ryanpetrello left a comment

Choose a reason for hiding this comment

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

Thanks!

@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded (gate pipeline).

@softwarefactory-project-zuul softwarefactory-project-zuul bot merged commit e22d32c into ansible:devel Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants