gmacario / easy-build

Collection of Dockerfiles for building embedded software distributions
Mozilla Public License 2.0
154 stars 83 forks source link

build-yocto-genivi: Cannot build Docker image #251

Closed gmacario closed 7 years ago

gmacario commented 7 years ago

Received the following error message from mailto:no-reply@notify.docker.com

Hi Gianpaolo Macario,

There seems to have been an issue with your Automated Build "gmacario/build-yocto-genivi" (VCS repository: gmacario/easy-build) during the build step. You can find more information on https://hub.docker.com/r/gmacario/build-yocto-genivi/builds/byztrkm8rwbh9kdhqgbbsfu/

Build failed: Error: image gocd/gocd-agent:16.1.0 not found

gmacario commented 7 years ago

It looks like Docker image gocd/gocd-agent:16.1.0 does no longer exist in Docker Hub.

Browsing https://hub.docker.com/u/gocd/ the following gocd agents are now available:

Archie4Brasil commented 7 years ago

Hello gmacario, I am currently experience this error. How can I change the gocd-agent?

gmacario commented 7 years ago

Hello @Archie4Brasil,

As a matter of fact I haven't been using this particular Docker image for quite a while.

If you want to build the GENIVI baseline and/or GDP inside a Docker container, please use Docker image gmacario/build-yocto instead - you may find its sources in this same repository.

gmacario commented 7 years ago

In any case I updated the Dockerfile to rebase on newer gocd/gocd-agent-ubuntu-14.04:v17.8.0.

See PR https://github.com/gmacario/easy-build/pull/258