Skip to content
Snippets Groups Projects

remove irellevant files and include apt upgrade after apt update in Dockerfile

Closed richardw requested to merge release-20.10.x into master

Files irrelevant for openBIS-20.10.x were removed. The Dockerfile now contains apt-get upgrade after holding postgresql-* packages, since when upgrading also those, we were prompted to decide whether to keep a modified postgres configuration file or not. Preventing the interactive prompt via -o Dpkg::Options::="--force-confold" did not work (we're still prompted). A possible alternative workaround is to set the following environment variable: ENV DEBIAN_FRONTEND=noninteractive before running apt-upgrade.

Merge request reports

Closed by richardwrichardw 2 years ago (Jun 15, 2022 8:54am UTC)

Merge details

  • The changes were not merged into .

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading