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

Fix broken containerfile. #267

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Conversation

alilleybrinker
Copy link
Collaborator

The containerfile used for 3.4.0 and 3.5.0 was quietly broken and deploys to Docker Hub were failing. This commit should fix the brokenness based on local testing. The file has also been shortened, removing comments which were not needed or no longer accurate. Commands in the RUN directive are also now joined by && instead of ; to ensure early termination if an error arises.

The containerfile used for 3.4.0 and 3.5.0 was quietly broken and
deploys to Docker Hub were failing. This commit _should_ fix the
brokenness based on local testing. The file has also been shortened,
removing comments which were not needed or no longer accurate. Commands
in the `RUN` directive are also now joined by `&&` instead of `;` to
ensure early termination if an error arises.

Signed-off-by: Andrew Lilley Brinker <[email protected]>
@alilleybrinker alilleybrinker added the type: bug Something isn't working label Aug 8, 2024
@alilleybrinker alilleybrinker added this to the 3.6.0 milestone Aug 8, 2024
@alilleybrinker alilleybrinker requested review from cstepanian and a team August 8, 2024 21:01
@alilleybrinker alilleybrinker self-assigned this Aug 8, 2024
@mchernicoff mchernicoff merged commit 8f1a16f into main Aug 9, 2024
6 checks passed
@alilleybrinker alilleybrinker deleted the alilleybrinker/fix-containerfile branch August 9, 2024 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants