I went through this, and if I am correct we could:
* create a Dockerfile in our jspwiki project, for example:
/docker/dockerhub/Dockerfile
* request docker automated build with info:

Type: "Tag"
Name: "/jspwiki_(\d+\_\d+\_\d+)/"
Dockerfile location: "/docker/dockerhub"
Docker tag name: "{\1}"

And the Dockerfile should be changed in such a way that the 2 added
binaries (JSPWiki.war and jspwiki-wikipages.zip) are being fetched from a
remote location (pick an apache mirror site).
I wonder if that will work, I don't if we can find a download location
where the binaries will be present when the docker build is run
(automatically when we git push the new tag).

cheers,
Harry


On Wed, 1 Aug 2018 at 19:27, Juan Pablo Santos Rodríguez <
juanpablo.san...@gmail.com> wrote:

> Hi,
>
> searching for some documentation about Docker (ASF Infra) support, I've
> stumbled upon some interesting infra JIRAs, namely:
> - https://jira.apache.org/jira/browse/INFRA-13838
> - https://jira.apache.org/jira/browse/INFRA-12781
> - https://jira.apache.org/jira/browse/INFRA-14586
>
> requesting automated builds under Apache Dockerhub account. The applying
> release policy would be
> https://www.apache.org/dev/release-distribution.html#unreleased, but other
> than that, moving the JSPWiki's Docker
> support [#1] into the Apache Dockerhub account would be a nice addition for
> upcoming 2.10.5. Harry, WDYT?
>
>
> tx + br,
> juan pablo
>
> [#1] https://jspwiki-wiki.apache.org/Wiki.jsp?page=Docker
>

Reply via email to