Skip to content

Fix spurious tab in docker-agentgateway echo message#379

Merged
timflannagan merged 2 commits intomainfrom
copilot/remove-random-whitespace-docker-agentgateway
Mar 19, 2026
Merged

Fix spurious tab in docker-agentgateway echo message#379
timflannagan merged 2 commits intomainfrom
copilot/remove-random-whitespace-docker-agentgateway

Conversation

Copy link
Contributor

Copilot AI commented Mar 18, 2026

Description

The docker-agentgateway make target had a stray tab character embedded mid-word in its echo string, producing garbled output ("Building custom age nt gateway image...").

Change Type

/kind fix

Changelog

NONE
Original prompt

This section details on the original issue you should resolve

<issue_title>Remove random whitespace in the docker-agentgateway make target</issue_title>
<issue_description>```make

Build custom agent gateway image with npx/uvx support

.PHONY: docker-agentgateway
docker-agentgateway: ## Build the custom agent gateway image
@echo "Building custom age nt gateway image..."
$(DOCKER_BUILDER) build $(DOCKER_BUILD_ARGS) -f docker/agentgateway.Dockerfile -t $(DOCKER_REGISTRY)/$(DOCKER_REPO)/arctl-agentgateway:$(VERSION) .
echo "✓ Agent gateway image built successfully";


## Comments on the Issue (you are @copilot in this section)

<comments>
</comments>


💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

Co-authored-by: timflannagan <9899409+timflannagan@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove random whitespace in the docker-agentgateway make target Fix spurious tab in docker-agentgateway echo message Mar 18, 2026
Copilot AI requested a review from timflannagan March 18, 2026 22:22
@timflannagan timflannagan marked this pull request as ready for review March 18, 2026 22:23
Copilot AI review requested due to automatic review settings March 18, 2026 22:23
@timflannagan
Copy link
Collaborator

@copilot Follow the PR description template and edit the description

@timflannagan timflannagan enabled auto-merge March 18, 2026 22:23
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


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

Copy link
Contributor Author

Copilot AI commented Mar 18, 2026

@copilot Follow the PR description template and edit the description

Updated the PR description to follow the template (Description, Change Type, Changelog sections).

@timflannagan timflannagan added this pull request to the merge queue Mar 19, 2026
Merged via the queue into main with commit 3fff3e6 Mar 19, 2026
17 of 20 checks passed
@timflannagan timflannagan deleted the copilot/remove-random-whitespace-docker-agentgateway branch March 19, 2026 15:26
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.

Remove random whitespace in the docker-agentgateway make target

4 participants