Introducing Open Build Service, Version 2.10 | SUSE Communities

Introducing Open Build Service, Version 2.10

Share
Share

We are pleased to announce the availability of Open Build Service (OBS) version 2.10! OBS logo

After more than one year of development, this new version of OBS brings a revamped web user interface, improved support for shipping your software in containers and integrating your package builds with source code management systems like GitLab and Pagure.

Revamped Web User Interface

After the last release, we decided it was time for us to move away from the technology stack we were using to build the user interface (960 Grid System, our own Jquery UI theme and lots of custom CSS). The reason is that it became apparent that this was beyond old and hampered us more than it helped to get things done for you. So with this release we are introducing a complete new technology stack for the web user interface!

New OBS Web User Interface

We concentrated on migrating to the new technology without making significant design and workflow changes that could disrupt your day to day work. The whole migration enables us to introduce changes to the user experience faster, in better quality and more gradually in the future. By the way, during the development phase of this we have already written a very detailed series of post on the matter, check it out!

You Say Package, I Say Container

In this day and age, shipping and/or deploying software moves away from traditional methods to containerized workloads. As our mission is to help you to collaboratively create and distribute software for Linux, we have created support to build containers already as early as beginning of 2017. In this release we have worked on features that help you to deliver containers via an integrated registry/notary and to keep track of who has shipped what and when with binary tracking for containers. You can see an instance of the registry in action over on our reference server at https://registry.opensuse.org

With this, it’s as easy as

docker run -ti --rm registry.opensuse.org/opensuse/tumbleweed /bin/bash

to start a shell on the latest Tumbleweed built by OBS. Of course you can have this registry also on your private OBS installation and integrate container publishing into your release workflow.

Gitlab/Pagure Integration

Another trend in the professional software world is to plug various tools together into grand continuous integration/deployment cycles (CI/CD). You, of course, also want to throw the OBS into the mix and we traditionally supported you to do that on GitHub with webhooks. The 2.10 release now brings the same kind of support to other tools like Gitlab and Pagure. You can trigger all kinds of actions on OBS for every git commit or other events that happen on those tools.

And More…

In addition to those very visible changes, we have worked tirelessly on bug fixes and countless smaller features like Amazon EC2 and Microsoft Azure cloud upload support, Vagrant box publishing or Kiwi profile handling. This release includes nearly 6.000 commits from 18 distinct contributors that changed roughly 3.000 files! We hope you like it! :green_heart:

More Information

If you are longing for a deeper look into all the changes this update brings, check out the 2.10 Release Notes. We highly recommend reading these before updating your OBS instance!

How to Install OBS 2.10

The easiest way to run your own Open Build Service is to download and install our software appliance. It’s the whole package, a recent and stable Linux Operating System (openSUSE Leap 15.1) bundled with all the server and OBS components you need to get going.

You can download it on https://openbuildservice.org/download/

How to Update

If you already have a running OBS installation and want to update it, please read the README.UPDATERS file about the necessary steps. Please note that you need to have at least OBS 2.5 (OBS 2.6+ is recommended) to be able to update to OBS 2.10. Migrations from older OBS versions will fail.

OBS Appliance users who have setup their LVM can just replace their appliance image without data loss. The migration will happen automatically.

About the Open Build Service

The Open Build Service (OBS) is a generic system to build and distribute binary packages from sources in an automatic, consistent and reproducible way. You can release packages as well as updates, add-ons, appliances and entire distributions for a wide range of operating systems and hardware architectures.

It is developed by a talented team of developers as Free Software and is used by many Free and Open Source software projects, companies and researchers. Including but not limited to SUSE the original provider of the enterprise Linux distribution, the Tizen standards-based software platform supported by leading mobile operators and ownCloud your secure enterprise file sync and share.

The reference server build.opensuse.org is available for all open source developers to build packages for the most popular distributions including openSUSE, Debian, Fedora, Ubuntu, Arch, Red Hat Enterprise Linux and SUSE Linux Enterprise. It is also used to build, release and maintain the openSUSE distribution.

Share

Leave a Reply

Your email address will not be published. Required fields are marked *

No comments yet

Avatar photo
15,761 views