angular-docs-cn/aio/aio-builds-setup
George Kalpakas e92b81351b build(docs-infra): unpin certain dependencies of the preview server (#36837)
Previously, in order to remain as deterministic as possible, the
Dockerfile for the preview server Docker image had all dependencies
pinned to specific versions. It turns out that some packages (such as
`nginx`, `nodejs`, and `openssl` - potentially others too) make older
versions unavailable on the repositories once a newer version is
available.

See for example:
- https://github.com/nodesource/distributions/issues/33
- https://askubuntu.com/questions/715104/how-can-i-downgrade-openssl-via-apt-get

This commit, therefore, removes the exact versions for these packages.
The latest versions will be installed everytime the Docker image is
built (subject to Docker caching).

PR Close #36837
2020-05-05 17:46:45 -07:00
..
dockerbuild build(docs-infra): unpin certain dependencies of the preview server (#36837) 2020-05-05 17:46:45 -07:00
docs ci(docs-infra): remove jobs from Travis config (#26377) 2018-10-23 14:35:38 -07:00
scripts refactor(aio): improve logging output in `update-preview-server.sh` (#24071) 2018-05-25 13:44:44 -04:00