Skip to content

fix(docs-infra): update (and unpin) dependency versions for preview server#45390

Closed
gkalpak wants to merge 1 commit intoangular:masterfrom
gkalpak:fix-aio-update-preview-server
Closed

fix(docs-infra): update (and unpin) dependency versions for preview server#45390
gkalpak wants to merge 1 commit intoangular:masterfrom
gkalpak:fix-aio-update-preview-server

Conversation

@gkalpak
Copy link
Member

@gkalpak gkalpak commented Mar 18, 2022

Update the Dockerfile used to create the preview server to use the latest stable version of Debian (bullseye) and also update package versions to latest versions.

Also, unpin the versions of installed packages (except for Node.js related ones) as pinning proved problematic due to many packages removing old versions from the official repositories.

NOTE:
This change will allow the preview server to be updated on the VM and take advantage of recent fixes, such as #45349. Currently, the update fails with the error:

E: Version '7.64.0-4+deb10u1' for 'curl' was not found
The command '/bin/sh -c apt-get update -y && apt-get install -y curl=7.64.0-4+deb10u1' returned a non-zero code: 100

…erver

Update the `Dockerfile` used to create the preview server to use the
latest stable version of Debian (`bullseye`) and also update package
versions to latest versions.

Also, unpin the versions of installed packages (except for Node.js
related ones) as pinning proved problematic due to many packages
removing old versions from the official repositories.

NOTE:
This change will allow the preview server to be updated on the VM and
take advantage of recent fixes, such as angular#45349. Currently, the update
fails with the error:
```
E: Version '7.64.0-4+deb10u1' for 'curl' was not found
The command '/bin/sh -c apt-get update -y && apt-get install -y curl=7.64.0-4+deb10u1' returned a non-zero code: 100
```
@gkalpak gkalpak added type: bug/fix action: review The PR is still awaiting reviews from at least one requested reviewer comp: docs-infra target: patch This PR is targeted for the next patch release labels Mar 18, 2022
@ngbot ngbot bot added this to the Backlog milestone Mar 18, 2022
@mary-poppins
Copy link

You can preview 7b825d5 at https://pr45390-7b825d5.ngbuilds.io/.

@gkalpak gkalpak marked this pull request as ready for review March 19, 2022 09:34
@gkalpak gkalpak removed the request for review from josephperrott March 24, 2022 11:43
@gkalpak gkalpak added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Mar 24, 2022
@dylhunn
Copy link
Contributor

dylhunn commented Mar 24, 2022

This PR was merged into the repository by commit f671dd5.

@dylhunn dylhunn closed this in f671dd5 Mar 24, 2022
dylhunn pushed a commit that referenced this pull request Mar 24, 2022
…erver (#45390)

Update the `Dockerfile` used to create the preview server to use the
latest stable version of Debian (`bullseye`) and also update package
versions to latest versions.

Also, unpin the versions of installed packages (except for Node.js
related ones) as pinning proved problematic due to many packages
removing old versions from the official repositories.

NOTE:
This change will allow the preview server to be updated on the VM and
take advantage of recent fixes, such as #45349. Currently, the update
fails with the error:
```
E: Version '7.64.0-4+deb10u1' for 'curl' was not found
The command '/bin/sh -c apt-get update -y && apt-get install -y curl=7.64.0-4+deb10u1' returned a non-zero code: 100
```

PR Close #45390
@gkalpak gkalpak deleted the fix-aio-update-preview-server branch March 24, 2022 19:06
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Apr 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release type: bug/fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants