This repository has been archived by the owner on Mar 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 392
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Specific Jessie error:
|
@ryansb what's the status here? |
- All tests run per distro, versus all distros per test - /lib is now carried over where needed - Alpine now works with tests
Thank you to @j2sol for pointing me to this.
The Ubuntu python install has a hardcoded replacement of `/usr/local/include/python2.7` with `/usr/include/python2.7`, so when we mount `/_usr/local/include` that replacement fails and it can't find the Python-dev C headers.
ryansb
force-pushed
the
ryansb/prebaked-conductors
branch
from
August 30, 2017 16:52
b272173
to
04e4979
Compare
ryansb
force-pushed
the
ryansb/prebaked-conductors
branch
2 times, most recently
from
August 30, 2017 21:20
20d332f
to
6a9a34e
Compare
ryansb
force-pushed
the
ryansb/prebaked-conductors
branch
from
August 30, 2017 21:31
6a9a34e
to
de92898
Compare
Note to self: DNF sucks. Let's rewrite it. We'll get package management right _this_ time.
What is the ansible-container argument to disable this? I am running on ARM and the the pre-built images will not work. |
I don't see a Referencing the template conductor Dockerfile provides a roadmap. |
I forgot... You can build a conductor locally using the following command:
You can see a full example in our .travis.yml file. You'll need to run Ansible Container from source, so that you have a local copy of the project and access to Replace Hope this helps. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ISSUE TYPE
SUMMARY
Updated version of prebaking conductors onto current dev w/ some bugfixes. Currently
python setup.py prebake
bakes all images, but I've found some flakiness with Jessie builds.