Hi team is there way to update Docker on Ubuntu stock image, I am able to build a new image with Docker task but I am not able to push it to Docker hub, I read that I need to have the last version of Docket because old version has incompatibility with Docker hub
Error
error 30-Aug-2015 18:45:21 time="2015-08-31T01:45:21Z" level=fatal msg="Error: Status 400 trying to push repository fmontada/book-system: \"Access denied: 703a8705027fab8928c91f11e58e1d1ad12716c60f3705a6b5e71e579b1a89a5 is a private image\""
Thanks
Francisco
You can use the instance startup script (via Bamboo Image Configuration) to install a new docker. Like this:
curl -sSL https://get.docker.com/ | sh
Hi @Przemyslaw Bruski thank to reply I added it to the config yesterday and did not work curl -sSL https://get.docker.com/ | sh Error error 31-Aug-2015 08:26:23 * Are you trying to connect to a TLS-enabled daemon without TLS? error 31-Aug-2015 08:26:23 * Is your docker daemon up and running? simple 31-Aug-2015 08:26:23 Failing task since return code of [/usr/bin/docker build --force-rm=true --tag="fmontada/book-system:39" /home/bamboo/bamboo-agent-home/xml-data/build-dir/BOOK-BOOK-JOB1/infrastructure.client.mobile] was 1 while expected 0 I also add "sudo /etc/init.d/docker restart" to restart Docker and did not work could you help us ? Thanks Francisco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.