[docs] Improve and automate apache source releases (#8584)

This commit is contained in:
Daniel Vaz Gaspar
2019-11-19 15:44:38 +00:00
committed by GitHub
parent 71c5c0f366
commit 3b13fb4143
8 changed files with 290 additions and 79 deletions

View File

@@ -15,5 +15,9 @@
# limitations under the License.
#
FROM python:3.6-jessie
COPY make_tarball.sh /entrypoint.sh
RUN apt-get update -y
RUN apt-get install -y jq
COPY make_tarball_entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]