Skip to content

wip, DNM: testing - #168

Closed
JohnVillalovos wants to merge 1 commit into
masterfrom
jlvillal/check
Closed

wip, DNM: testing#168
JohnVillalovos wants to merge 1 commit into
masterfrom
jlvillal/check

Conversation

@JohnVillalovos

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings March 6, 2026 14:46
@JohnVillalovos
JohnVillalovos marked this pull request as draft March 6, 2026 14:46
@JohnVillalovos
JohnVillalovos deleted the jlvillal/check branch March 6, 2026 14:47

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR appears to be a WIP change intended to force a Docker image build failure for testing within the repo’s Docker-based build pipeline.

Changes:

  • Adds an unconditional failing command (false) in the Dockerfile’s Apache/PHP customization build step.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment thread Dockerfile
# Customize the http & php environment
RUN <<EORUN
set -xeu
false

Copilot AI Mar 6, 2026

Copy link

Choose a reason for hiding this comment

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

The false command will cause this Docker build step (and therefore the entire image build) to fail every time. Remove it (or gate it behind a build arg / CI-only conditional) before merging so the Dockerfile remains buildable.

Copilot uses AI. Check for mistakes.
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