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 how Composer is installed for UBI-based image #2348

Merged

Conversation

williamjallen
Copy link
Collaborator

The CDash UBI-based image currently fails to start with the following error:

(13)Permission denied: AH00058: Error retrieving pid file run/httpd.pid
AH00059: Remove it before continuing if it is corrupted.

This error is coming from an attempt to set up the prerequisites for Composer to be installed, which is inadvertently breaking httpd.

This PR resolves the issue by installing Composer the preferred way, by downloading it directly from the Composer website.

@zackgalbreath
Copy link
Contributor

thanks for figuring this out!

@zackgalbreath zackgalbreath added this pull request to the merge queue Jul 29, 2024
Merged via the queue into Kitware:releases/3.5 with commit 199d937 Jul 29, 2024
6 checks passed
@williamjallen williamjallen deleted the ubi-composer-install branch July 29, 2024 16:27
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.

2 participants