Fix links to moved production-deployment file (#12854)
This commit is contained in:
Родитель
a00f25011f
Коммит
3663d1519e
12
IMAGES.rst
12
IMAGES.rst
|
@ -24,8 +24,8 @@ Airflow has two images (build from Dockerfiles):
|
|||
|
||||
* Production image (Dockerfile) - that can be used to build your own production-ready Airflow installation
|
||||
You can read more about building and using the production image in the
|
||||
`Production Deployments <docs/production-deployment.rst>`_ document. The image is built using
|
||||
`Dockerfile <Dockerfile>`_
|
||||
`Production Deployments <https://airflow.apache.org/docs/apache-airflow/stable/production-deployment.html>`_ document.
|
||||
The image is built using `Dockerfile <Dockerfile>`_
|
||||
|
||||
* CI image (Dockerfile.ci) - used for running tests and local development. The image is built using
|
||||
`Dockerfile.ci <Dockerfile.ci>`_
|
||||
|
@ -557,7 +557,7 @@ Production images
|
|||
-----------------
|
||||
|
||||
You can find details about using, building, extending and customising the production images in the
|
||||
`Latest documentation <docs/production-deployment.rst>`_
|
||||
`Latest documentation <https://airflow.apache.org/docs/apache-airflow/stable/production-deployment.html>`_
|
||||
|
||||
|
||||
Image manifests
|
||||
|
@ -642,10 +642,8 @@ The entrypoint performs those operations:
|
|||
Using, customising, and extending the production image
|
||||
======================================================
|
||||
|
||||
You can read more about using, customising, and extending the production image in the documentation:
|
||||
|
||||
* [Stable docs](https://airflow.apache.org/docs/stable/production-deployment.html)
|
||||
* [Latest docs from master branch](https://airflow.readthedocs.io/en/latest/production-deployment.html
|
||||
You can read more about using, customising, and extending the production image in the
|
||||
`documentation <https://airflow.apache.org/docs/apache-airflow/stable/production-deployment.html>`_.
|
||||
|
||||
Alpha versions of 1.10.10 production-ready images
|
||||
=================================================
|
||||
|
|
|
@ -171,7 +171,7 @@ Those are - in the order of most common ways people install Airflow:
|
|||
- [Docker Images](https://hub.docker.com/repository/docker/apache/airflow) to install airflow via
|
||||
`docker` tool, use them in Kubernetes, Helm Charts, `docker-compose`, `docker swarm` etc. You can
|
||||
read more about using, customising, and extending the images in the
|
||||
[Latest docs](/docs//production-deployment.html), and
|
||||
[Latest docs](https://airflow.apache.org/docs/apache-airflow/stable/production-deployment.html), and
|
||||
learn details on the internals in the [IMAGES.rst](IMAGES.rst) document.
|
||||
- [Tags in GitHub](https://github.com/apache/airflow/tags) to retrieve the git project sources that
|
||||
were used to generate official source packages via git
|
||||
|
|
Загрузка…
Ссылка в новой задаче