Felix

Thank you for your advice. We don't need push access to the docker hub repo
and so would like to use the automated build option based on tags.

Here is the information that you require.

The apache/incubator-age repository includes Dockerfile for release
binaries that can be used for the Apache dockerhub automated build.
We would like it to build based on tag pushes that look like v0.6.0 , using
the regex "^v(\d+\.\d+\.\d+)$"  ,and be given the same tag ie v0.6.0
The Dockerfile location is in root at
https://github.com/apache/incubator-age as
https://github.com/apache/incubator-age/Dockerfile

   - Type: "Tag"
   - Name: "/^v(\d+\.\d+\.\d+)$” -ie looks like v0.6.0
   - Dockerfile location: "./"
   - Docker tag name: "v{\1}" -eg v0.6.0
   - The docker readme.md file is
   https://github.com/apache/incubator-age/doc/docker-readme.md

Thanks
Joe

On Mon, 3 Jan 2022 at 01:45, Felix Cheung <felixcheun...@hotmail.com> wrote:

> Pls see
>
> https://infra.apache.org/release-distribution.html#dockerhub
>
> Example
> https://issues.apache.org/jira/plugins/servlet/mobile#issue/INFRA-12781
> ________________________________
> From: Eya Badal <e...@apache.org>
> Sent: Thursday, December 30, 2021 12:58:13 PM
> To: dev@age.apache.org <dev@age.apache.org>
> Subject: Re: [DISCUSS] Official Docker Image for Apache AGE
>
> Mentors, could you please evaluate and approve the Docker distribution
> method currently available at this address
> https://hub.docker.com/r/joefagan/incubator-age so that Apache Infra can
> create a dockerhub account under Apache dockerhub for AGE so we can push
> the AGE image there?
>
> Best regards,
> Eya
>
> On 2021/09/13 16:23:37 Joe Fagan wrote:
> > Dear Community,
> >
> > @Mentors please advise on how to make this AGE docker image official and
> > hosted on the Apache Docker Hub.
> > https://hub.docker.com/repository/docker/joefagan/incubator-age
> > Thanks
> > Joe
> >
>

Reply via email to