[Starlingx-discuss] Publish container image list?
Hi All, If we are not already (which maybe we are, this is a big project) I think it would be useful to publish a list of containers that match up with a particular release. Otherwise I have to build it on my own anyways (for example for building out a repeatable workshop setup). I know we publish an ISO, RPMs, and Helm charts, but it's be nice to have a list of image and tags to use to be able to populate local docker registries. Or a way to generate that list from existing artifacts...if it doesn't exist already that is. Also, right now my list has many of the stx images as "dev-centos-master-latest" and I'd like to firm that up with versions if possible. Thanks, Curtis
Hi Curtis, That work is in progress now. We’ve updated the image build tool to record versions, which will be an input to building the application charts. Additionally, an upcoming work item will be to publish these records as part of the CENGN build. Cheers, Don. From: Curtis [mailto:serverascode@gmail.com] Sent: Tuesday, March 26, 2019 2:07 PM To: starlingx-discuss@lists.starlingx.io Subject: [Starlingx-discuss] Publish container image list? Hi All, If we are not already (which maybe we are, this is a big project) I think it would be useful to publish a list of containers that match up with a particular release. Otherwise I have to build it on my own anyways (for example for building out a repeatable workshop setup). I know we publish an ISO, RPMs, and Helm charts, but it's be nice to have a list of image and tags to use to be able to populate local docker registries. Or a way to generate that list from existing artifacts...if it doesn't exist already that is. Also, right now my list has many of the stx images as "dev-centos-master-latest" and I'd like to firm that up with versions if possible. Thanks, Curtis
On Tue, Mar 26, 2019 at 2:10 PM Penney, Don <Don.Penney@windriver.com> wrote:
Hi Curtis,
That work is in progress now. We’ve updated the image build tool to record versions, which will be an input to building the application charts. Additionally, an upcoming work item will be to publish these records as part of the CENGN build.
Ah, Ok that is great to hear. I'll keep a lookout for that. Thanks Don! Thanks, Curtis
Cheers,
Don.
*From:* Curtis [mailto:serverascode@gmail.com] *Sent:* Tuesday, March 26, 2019 2:07 PM *To:* starlingx-discuss@lists.starlingx.io *Subject:* [Starlingx-discuss] Publish container image list?
Hi All,
If we are not already (which maybe we are, this is a big project) I think it would be useful to publish a list of containers that match up with a particular release. Otherwise I have to build it on my own anyways (for example for building out a repeatable workshop setup).
I know we publish an ISO, RPMs, and Helm charts, but it's be nice to have a list of image and tags to use to be able to populate local docker registries. Or a way to generate that list from existing artifacts...if it doesn't exist already that is.
Also, right now my list has many of the stx images as "dev-centos-master-latest" and I'd like to firm that up with versions if possible.
Thanks,
Curtis
-- Blog: serverascode.com
Starting soon, for cengn builds that include docker images, you can expect to see something like .... http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/<timestamp>/outputs/docker-images/<image-name>-<os>-<stream>.rpmlst http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/<timestamp>/outputs/docker-images/<image-name>-<os>-<stream>.piplst stx-aodh-centos-dev.piplst: Babel==2.6.0 Jinja2==2.10 Mako==1.0.7 ... stx-aodh-centos-dev.rpmlst: acl-2.2.51-14.el7.x86_64 apr-1.4.8-3.el7_4.1.x86_64 apr-util-1.5.2-6.el7.x86_64 ... If you build your own images, the files are found here ... $MY_WORKSPACE/std/build-images/ Scott On 2019-03-26 2:09 p.m., Penney, Don wrote:
Hi Curtis,
That work is in progress now. We’ve updated the image build tool to record versions, which will be an input to building the application charts. Additionally, an upcoming work item will be to publish these records as part of the CENGN build.
Cheers,
Don.
*From:*Curtis [mailto:serverascode@gmail.com] *Sent:* Tuesday, March 26, 2019 2:07 PM *To:* starlingx-discuss@lists.starlingx.io *Subject:* [Starlingx-discuss] Publish container image list?
Hi All,
If we are not already (which maybe we are, this is a big project) I think it would be useful to publish a list of containers that match up with a particular release. Otherwise I have to build it on my own anyways (for example for building out a repeatable workshop setup).
I know we publish an ISO, RPMs, and Helm charts, but it's be nice to have a list of image and tags to use to be able to populate local docker registries. Or a way to generate that list from existing artifacts...if it doesn't exist already that is.
Also, right now my list has many of the stx images as "dev-centos-master-latest" and I'd like to firm that up with versions if possible.
Thanks,
Curtis
_______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
In addition a list of the most current images will be posted http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/images-<os>-<stream>-latest.lst http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/images-<os>-<stream>-versioned.lst e.g. images-centos-dev-latest.lst: docker.io/starlingx/stx-nova-api-proxy:master-centos-dev-latest docker.io/starlingx/stx-aodh:master-centos-dev-latest docker.io/starlingx/stx-ironic:master-centos-dev-latest ... images-centos-dev-versioned.lst docker.io/starlingx/stx-nova-api-proxy:master-centos-dev-20190327T013001Z docker.io/starlingx/stx-aodh:master-centos-dev-20190327T013001Z docker.io/starlingx/stx-ironic:master-centos-dev-20190327T013001Z ... Scott On 2019-03-27 12:52 p.m., Scott Little wrote:
Starting soon, for cengn builds that include docker images, you can expect to see something like ....
http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/<timestamp>/outputs/docker-images/<image-name>-<os>-<stream>.rpmlst http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/<timestamp>/outputs/docker-images/<image-name>-<os>-<stream>.piplst
stx-aodh-centos-dev.piplst: Babel==2.6.0 Jinja2==2.10 Mako==1.0.7 ...
stx-aodh-centos-dev.rpmlst: acl-2.2.51-14.el7.x86_64 apr-1.4.8-3.el7_4.1.x86_64 apr-util-1.5.2-6.el7.x86_64 ...
If you build your own images, the files are found here ...
$MY_WORKSPACE/std/build-images/
Scott
On 2019-03-26 2:09 p.m., Penney, Don wrote:
Hi Curtis,
That work is in progress now. We’ve updated the image build tool to record versions, which will be an input to building the application charts. Additionally, an upcoming work item will be to publish these records as part of the CENGN build.
Cheers,
Don.
*From:*Curtis [mailto:serverascode@gmail.com] *Sent:* Tuesday, March 26, 2019 2:07 PM *To:* starlingx-discuss@lists.starlingx.io *Subject:* [Starlingx-discuss] Publish container image list?
Hi All,
If we are not already (which maybe we are, this is a big project) I think it would be useful to publish a list of containers that match up with a particular release. Otherwise I have to build it on my own anyways (for example for building out a repeatable workshop setup).
I know we publish an ISO, RPMs, and Helm charts, but it's be nice to have a list of image and tags to use to be able to populate local docker registries. Or a way to generate that list from existing artifacts...if it doesn't exist already that is.
Also, right now my list has many of the stx images as "dev-centos-master-latest" and I'd like to firm that up with versions if possible.
Thanks,
Curtis
_______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
_______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
On Tue, Mar 26, 2019 at 2:10 PM Penney, Don <Don.Penney@windriver.com> wrote:
Hi Curtis,
That work is in progress now. We’ve updated the image build tool to record versions, which will be an input to building the application charts. Additionally, an upcoming work item will be to publish these records as part of the CENGN build.
As an FYI, this is what my list looks like in YAML: https://github.com/ccollicutt/starlingx-workshop/blob/master/ansible/roles/d... I'd love to be able to just download that as a release file. My example is a bit different because I'm getting image files from a big tar file I created, but the idea is the same. :) Thanks, Curtis
Cheers,
Don.
*From:* Curtis [mailto:serverascode@gmail.com] *Sent:* Tuesday, March 26, 2019 2:07 PM *To:* starlingx-discuss@lists.starlingx.io *Subject:* [Starlingx-discuss] Publish container image list?
Hi All,
If we are not already (which maybe we are, this is a big project) I think it would be useful to publish a list of containers that match up with a particular release. Otherwise I have to build it on my own anyways (for example for building out a repeatable workshop setup).
I know we publish an ISO, RPMs, and Helm charts, but it's be nice to have a list of image and tags to use to be able to populate local docker registries. Or a way to generate that list from existing artifacts...if it doesn't exist already that is.
Also, right now my list has many of the stx images as "dev-centos-master-latest" and I'd like to firm that up with versions if possible.
Thanks,
Curtis
-- Blog: serverascode.com
participants (3)
-
Curtis
-
Penney, Don
-
Scott Little