containers / build

another build tool for container images (archived, see https://github.com/rkt/rkt/issues/4024)
Apache License 2.0
342 stars 80 forks source link

"Ubuntu Core" link broken #247

Closed jmarley closed 7 years ago

jmarley commented 8 years ago

https://github.com/appc/acbuild/blob/master/Documentation/subcommands/begin.md#starting-with-a-local-pre-existing-rootfs

The link that points to Ubuntu Core is broken. I tried to hunt down exactly where the downloads page is, but I eventually was routed to Ubuntu Snappy and wasn't sure if that was the correct download.

Thanks, Jason

cgonyeo commented 8 years ago

It looks like Canonical changed the layout of their site.

The link should now point to http://cdimage.ubuntu.com/ubuntu-core/xenial/daily-preinstalled/current/

I'll make a PR to fix this. Thanks for reporting it!

On Fri, Aug 19, 2016 at 9:16 AM, J. Marley notifications@github.com wrote:

https://github.com/appc/acbuild/blob/master/Documentation/subcommands/ begin.md#starting-with-a-local-pre-existing-rootfs

The link that points to Ubuntu Core is broken. I tried to hunt down exactly where the downloads page is, but I eventually was routed to Ubuntu Snappy and wasn't sure if that was the correct download.

Thanks, Jason

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/appc/acbuild/issues/247, or mute the thread https://github.com/notifications/unsubscribe-auth/ACU49d3IUy5-SrFDjbD3Og8IhimF11BOks5qhayogaJpZM4Jodre .

markshuttle commented 7 years ago

Hi think you actually want this:

http://cdimage.ubuntu.com/ubuntu-base/xenial/daily/current/

My bad :)

cgonyeo commented 7 years ago

Because I rewrote the documentation for begin in the unmerged https://github.com/containers/build/pull/276, I just slipped the fix into there, to save myself from merge conflict headaches in the future. That PR will hopefully land soon.