mozilla-services / Dockerflow

Cloud Services Dockerflow specification
Apache License 2.0
195 stars 28 forks source link

install openssh-client git & git on docker-in-docker #43

Closed pjenvey closed 6 years ago

pjenvey commented 6 years ago

I've seen circleci2's fallback git fail with an obscure "object not found" error during tag builds on more than one project now

I'm not sure anyone else has hit this, but it's not easy to diagnose when it happens -- so just in case I'm inclined to include the workaround here

milescrabill commented 6 years ago

Nice! I've seen this happen on a number of projects as well and have solved it the same way.

It's worth noting that this only applies to alpine base containers, but the docker:stable line is all alpine based these days, and the version we recommend is as well.

pjenvey commented 4 years ago

I'll note here the subsequent change in https://github.com/mozilla-services/Dockerflow/pull/43/commits/9478bace99bd2be134da1b29512d6d1102060832 is the improved version of this fix