AFAIR -DpushImage should push it, but if it doesn't then you can just do: docker push apache-docker-wicket-docker.bintray.io/wicket-examples:LATEST-8
On Sun, Nov 18, 2018 at 1:50 PM Maxim Solodovnik <[email protected]> wrote: > Just have tried to build using: > `mvn clean install -Pdocker -DpushImage` > > Got: > [INFO] ---> f8e556b2fad1 > [INFO] Successfully built f8e556b2fad1 > [INFO] Successfully tagged > apache-docker-wicket-docker.bintray.io/wicket-examples:LATEST-8 > [INFO] > [INFO] Detected build of image with id f8e556b2fad1 > [INFO] Building jar: > > /home/solomax/work/wicket/wicket/wicket-examples/target/ROOT-docker-info.jar > [INFO] Successfully built > apache-docker-wicket-docker.bintray.io/wicket-examples:LATEST-8 > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > > > But nothing was pushed > > What am I doing wrong? > > > On Wed, 14 Nov 2018 at 20:32, Andrea Del Bene <[email protected]> > wrote: > > > thanks! > > > > On Wed, Nov 14, 2018 at 2:25 PM Maxim Solodovnik <[email protected]> > > wrote: > > > > > I can do it after release :) > > > > > > On Wed, 14 Nov 2018 at 18:52, Martin Grigorov <[email protected]> > > > wrote: > > > > > > > Hi Andrea, > > > > > > > > You need to: > > > > - cd wicket-examples > > > > - mvn clean install -Pdocker -DpushImage > > > > > > > > But I am not sure you have the permissions to push to Apache Docker > > > > Registry. At https://issues.apache.org/jira/browse/INFRA-15013 I see > > > only > > > > Maxim asked to be added. You may need to ask Infra team to add you to > > the > > > > group. > > > > > > > > On Wed, Nov 14, 2018 at 12:54 PM Andrea Del Bene < > [email protected] > > > > > > > wrote: > > > > > > > > > Hi, > > > > > > > > > > I'd like to update the Wicket 8.x examples to version 8.2.0 after > the > > > > > release. I think Martin followed the entire work to "dockerize" the > > > > > examples. Who should I ask to be able to update examples image? > > > > > > > > > > -- > > > > > Andrea Del Bene. > > > > > Apache Wicket committer. > > > > > > > > > > > > > > > > > > -- > > > WBR > > > Maxim aka solomax > > > > > > > > > -- > > Andrea Del Bene. > > Apache Wicket committer. > > > > > -- > WBR > Maxim aka solomax >
