Skip to content

Conversation

@bonddim
Copy link
Owner

@bonddim bonddim commented Oct 21, 2025

No description provided.

Copilot AI review requested due to automatic review settings October 21, 2025 20:48
Copy link

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.

Pull Request Overview

This PR refactors the Dockerfile build process to use busybox instead of alpine as the base image for the tools stage, and simplifies the download mechanism by replacing a multi-command RUN instruction with a single ADD command followed by extraction.

Key Changes:

  • Switched from alpine:3 to busybox:stable base image
  • Replaced curl-based download with Docker's ADD command for fetching the sqlcmd archive

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@bonddim bonddim requested a review from Copilot October 21, 2025 20:52
Copy link

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.

Pull Request Overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@bonddim bonddim merged commit 215f874 into main Oct 21, 2025
1 check passed
@bonddim bonddim deleted the update-tools-stage branch October 21, 2025 20:53
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