<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Nov 11, 2017 at 6:25 PM, Laurentiu Pancescu <span dir="ltr"><<a href="mailto:lpancescu@centosproject.org" target="_blank">lpancescu@centosproject.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">On 11/11/17 16:42, Marcin Dulak wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
is this an open bug against vagrant?<br>
By reading<br>
<a href="https://github.com/hashicorp/vagrant/issues/8714#issuecomment-311240889" rel="noreferrer" target="_blank">https://github.com/hashicorp/v<wbr>agrant/issues/8714#issuecommen<wbr>t-311240889</a> it<br>
seems that vagrant people are providing checksum verification<br>
</blockquote>
<br></span>
It is rather a missing feature of Atlas (the Vagrant check exists and works correctly if you are pointing "vagrant add" to a JSON file on your own web server, like the JSON files Endymion is generating - I tested that extensively back then).  The Atlas web interface only allows you to specify a description for the box, and, for each version, release notes and download links for each provider.  Atlas generates a JSON file based on that information - there's no way to specify a checksum anywhere (including the checksum in the metadata.json inside the .box file doesn't work).  The Atlas API won't let you specify checksums either, just a name and url:<br>
<br>
<a href="https://www.vagrantup.com/docs/vagrant-cloud/api.html#providers" rel="noreferrer" target="_blank">https://www.vagrantup.com/docs<wbr>/vagrant-cloud/api.html#provid<wbr>ers</a><br>
<br>
<br>
Not even the newest release of Hashicorp's own Vagrant images provide the necessary checksums:<br></blockquote><div><br></div><div>Actually this is already reported to vagrant <a href="https://groups.google.com/forum/#!topic/vagrant-up/V0E4PAajM-g">https://groups.google.com/forum/#!topic/vagrant-up/V0E4PAajM-g</a> by the debian developers.</div><div><br></div><div>Marcin</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
$ curl <a href="https://app.vagrantup.com/hashicorp/boxes/ubuntu-10.04-i386" rel="noreferrer" target="_blank">https://app.vagrantup.com/hash<wbr>icorp/boxes/ubuntu-10.04-i386</a> | python3 -m json.tool<br>
  % Total    % Received % Xferd  Average Speed   Time    Time     Time Current<br>
                                 Dload  Upload   Total   Spent    Left Speed<br>
100   330    0   330    0     0    330      0 --:--:--  0:00:01 --:--:--   238<br>
{<br>
    "description": "",<br>
    "short_description": "",<br>
    "name": "hashicorp/ubuntu-10.04-i386",<br>
    "versions": [<br>
        {<br>
            "version": "0.1.0",<br>
            "status": "active",<br>
            "description_html": null,<br>
            "description_markdown": "",<br>
            "providers": [<br>
                {<br>
                    "name": "vmware_desktop",<br>
                    "url": "<a href="https://vagrantcloud.com/hashicorp/boxes/ubuntu-10.04-i386/versions/0.1.0/providers/vmware_desktop.box" rel="noreferrer" target="_blank">https://vagrantcloud.com/hash<wbr>icorp/boxes/ubuntu-10.04-i386/<wbr>versions/0.1.0/providers/vmwar<wbr>e_desktop.box</a>"<br>
                }<br>
            ]<br>
        }<br>
    ]<div class="gmail-HOEnZb"><div class="gmail-h5"><br>
}<br>
______________________________<wbr>_________________<br>
CentOS-devel mailing list<br>
<a href="mailto:CentOS-devel@centos.org" target="_blank">CentOS-devel@centos.org</a><br>
<a href="https://lists.centos.org/mailman/listinfo/centos-devel" rel="noreferrer" target="_blank">https://lists.centos.org/mailm<wbr>an/listinfo/centos-devel</a><br>
</div></div></blockquote></div><br></div></div>