Skip to content

Commit

Permalink
[hotfix][docs] Adds comment on Docker image version removal
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Feb 12, 2024
1 parent c7ba1ce commit 578731b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Updating the Dockerfiles involves the following steps:
2. Update Dockerfiles on the the `master` branch
* Remove any existing Dockerfiles from the same major version
* e.g. `rm -r 1.2`, if the new Flink version is `1.2.1`
* Remove any not-supported versions (i.e. versions that are not meant to be released anymore)
* Copy the generated Dockerfiles from the `dev-x.y`/`dev-master` branch to `master`
* Commit the changes with message `Update Dockerfiles for x.y.z release` <sup>\[[example](
https://github.com/apache/flink-docker/commit/5920fd775ca1a8d03ee959d79bceeb5d6e8f35a1)]</sup>
Expand Down

0 comments on commit 578731b

Please sign in to comment.