Create a documentation package for Docker image#14765
Conversation
There was a problem hiding this comment.
This section seems to have a lot of repetition with the following sections but I will update that in the next PR.
There was a problem hiding this comment.
This is not true for the image for Airflow 2.0. For Airflow 2.o, we use airflow db check command.
There was a problem hiding this comment.
We had these examples repeated twice in the documentation - once in the "Customizing the image" section and the second time under the tables in the "Production image build arguments" section. Some examples were common and some were different. Now we have one place with examples.
There was a problem hiding this comment.
This page contains a combination of content from several sections, incl., Using the production image, Actions executed at image start. It's not the best idea, but seems sufficient for now. I would like to write the "Using the production image" section a little differently so that the user can actually run Airflow after reading this page and that there would not be so much duplicate information.
a4cc404 to
73fc44f
Compare
|
The PR is likely ready to be merged. No tests are needed as no important environment files, nor python files were modified by it. However, committers might decide that full test matrix is needed and add the 'full tests needed' label. Then you should rebase it to the latest master or amend the last commit of the PR, and push it with --force-with-lease. |
Co-authored-by: Kaxil Naik <kaxilnaik@gmail.com>
This reverts commit 03d3c7d.
…he#14765)" (apache#14867)" This reverts commit 6405382.
|
@mik-laj Is this published on the web yet? I can't seem to find it. |
It is at http://apache-airflow-docs.s3-website.eu-central-1.amazonaws.com/docs/docker-stack/index.html You can find the latest docs (docs from Master) at s.apache.org/airflow-docs. |
Depends on: #14762
Close: #14644 (comment)
I am extracting documentation for Docker image as a new documentation package to clearly separate documentation for apache-airflow pip package I Docker Image. Even though it is related, it is not the same. Docker Image is built on top of the apache-aiirflow package. Like the Helm Chart it is built on top of Docker Image.
This package has no versioning as its content is applicable to both Airflow 1.10 and Airflow 2.0.
For now, I have tried to limit the changes to the content to make sure everything was successfully migrated to the new package.
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.