Skip to content

Fix issue building kayobe image #59

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 1 commit into from
Jun 26, 2024
Merged

Conversation

jovial
Copy link
Contributor

@jovial jovial commented Jun 26, 2024

A regression was introduced in:

#55

which meant that the Kayobe docker image failed to build. This is because requirements.txt was updated to point a local path that did not exist inside the docker image during the build. I've changed the logic to update the requirements.txt to use the ansible variables that configure the kayobe checkout.

A regression was introduced in:

#55

which meant that the Kayobe docker image failed to build. This is
because requirements.txt was updated to point a local path that did not
exist inside the docker image during the build. I've changed the logic
to update the requirements.txt to use the ansible variables that
configure the kayobe checkout.
@jovial jovial requested a review from a team as a code owner June 26, 2024 14:35
@markgoddard markgoddard merged commit 35a9108 into main Jun 26, 2024
@markgoddard markgoddard deleted the bugfix/kayobe-docker-imae branch June 26, 2024 14:49
markgoddard added a commit that referenced this pull request Jul 24, 2024
Yoga & earlier deployments have been broken since the following related
changes:

#55
#59
#60

The above changes switched to installing Kayobe using SKC's
requirements.txt, avoiding the need for a local copy of the repository.
This breaks Yoga & earlier releases which require symlinks in
etc/kayobe/ansible/ to correctly resolve to a Kayobe source repo.

This change reverts to cloning a Kayobe repository when using Yoga &
earlier releases.
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.

2 participants