Skip to content

Restore running apt upgrade on sqlserver image#111

Merged
mprins merged 1 commit into
mainfrom
sqlserver_apt_upgrade
May 12, 2026
Merged

Restore running apt upgrade on sqlserver image#111
mprins merged 1 commit into
mainfrom
sqlserver_apt_upgrade

Conversation

@mprins
Copy link
Copy Markdown
Contributor

@mprins mprins commented Feb 10, 2026

running apt upgrade is currently broken with:
*** microsoft-prod.gpg (Y/I/N/O/D/Z) [default=N] ? dpkg: error processing package packages-microsoft-prod (--configure): end of file on stdin at conffile prompt

  • make sure sqlserver image builds

@mprins mprins self-assigned this Feb 10, 2026
@mprins mprins added the bug Something isn't working label Feb 10, 2026
@mprins mprins force-pushed the sqlserver_apt_upgrade branch 3 times, most recently from 50cf31f to 583ed95 Compare February 19, 2026 10:59
@mprins mprins force-pushed the sqlserver_apt_upgrade branch 2 times, most recently from 10eece3 to ed11ca5 Compare February 27, 2026 10:19
@mprins mprins force-pushed the sqlserver_apt_upgrade branch from 4e0a843 to c8c3473 Compare March 23, 2026 10:03
@mprins mprins force-pushed the sqlserver_apt_upgrade branch from c8c3473 to 70fa557 Compare April 2, 2026 12:57
@mprins mprins force-pushed the sqlserver_apt_upgrade branch from 70fa557 to 5be4b72 Compare May 8, 2026 07:25
@mprins mprins closed this May 8, 2026
@mprins mprins reopened this May 12, 2026
@mprins mprins force-pushed the sqlserver_apt_upgrade branch from 5be4b72 to d1763f3 Compare May 12, 2026 13:38
@mprins mprins marked this pull request as ready for review May 12, 2026 13:39
Copilot AI review requested due to automatic review settings May 12, 2026 13:39
@mprins mprins force-pushed the sqlserver_apt_upgrade branch from d1763f3 to 585e2ce Compare May 12, 2026 13:42
Copy link
Copy Markdown

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

Re-enables apt upgrade during the SQL Server image build to address the interactive conffile prompt that currently breaks non-interactive Docker builds for the packages-microsoft-prod package.

Changes:

  • Add apt update + non-interactive apt upgrade with dpkg conffile handling to the SQL Server Docker image build.
  • Add apt cleanup steps (autoremove/clean) to keep the final image smaller.

Comment thread sqlserver/Dockerfile Outdated
@mprins mprins force-pushed the sqlserver_apt_upgrade branch from 585e2ce to 84f653b Compare May 12, 2026 13:46
@mprins mprins merged commit 83e5342 into main May 12, 2026
3 of 4 checks passed
@mprins mprins deleted the sqlserver_apt_upgrade branch May 12, 2026 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants