Build a base image and template (both kiwi and Dockerfile) for openSUSE Leap 42.3 using the native OBS container building feature.

Results/WIP will be available here:

Outcome

  • The project resulted in a discussion with the Kube Core team regarding merging the images they already push to the Docker hub.
  • Jordi created 2 Submit Requests on that SR 540481 (SLE-12-SP3 and SR 540473 (Leap 42.3).

Looking for hackers with the skills:

docker leap opensuse images kiwi obs

This project is part of:

Hack Week 16

Activity

  • about 8 years ago: hennevogel liked this project.
  • about 8 years ago: jordimassaguerpla liked this project.
  • about 8 years ago: jordimassaguerpla joined this project.
  • about 8 years ago: pgonin joined this project.
  • about 8 years ago: pgonin liked this project.
  • about 8 years ago: dmacvicar added keyword "docker" to this project.
  • about 8 years ago: dmacvicar added keyword "leap" to this project.
  • about 8 years ago: dmacvicar added keyword "opensuse" to this project.
  • about 8 years ago: dmacvicar added keyword "images" to this project.
  • about 8 years ago: dmacvicar added keyword "kiwi" to this project.
  • about 8 years ago: dmacvicar added keyword "obs" to this project.
  • about 8 years ago: dmacvicar started this project.
  • about 8 years ago: dmacvicar originated this project.

  • Comments

    • jordimassaguerpla
      about 8 years ago by jordimassaguerpla | Reply

      This is request for merging the 42.3 docker image, that Duncan submitted, with the one from the k8s core team which is pushed to docker hub.

      https://build.opensuse.org/request/show/540473

    • jordimassaguerpla
      about 8 years ago by jordimassaguerpla | Reply

      The request is meant to provoke a discussion with Adrian because there are some important changes that I don't want to impose but hear his opinion, like the name of the image and the list of packages, which are different.

    • jordimassaguerpla
      about 8 years ago by jordimassaguerpla | Reply

      In k8s core team we are using github to store the kiwi sources:

      https://github.com/openSUSE/docker-containers

      The obs project downloads them via a _service file.

    Similar Projects

    Create openSUSE images for Arm/RISC-V boards by avicenzi

    Project Description

    Create openSUSE images (or test generic EFI images) for Arm and/or RISC-V boards that are not yet supported.

    Goal for this Hackweek

    Create bootable images of Tumbleweed for SBCs that currently have no images available or are untested.

    Consider generic EFI images where possible, as some boards can hold a bootloader.

    Document in the openSUSE Wiki how to flash and use the image for a given board.

    Hack Week 22

    Hack Week 21

    Resources


    Testing and adding GNU/Linux distributions on Uyuni by juliogonzalezgil

    Join the Gitter channel! https://gitter.im/uyuni-project/hackweek

    Uyuni is a configuration and infrastructure management tool that saves you time and headaches when you have to manage and update tens, hundreds or even thousands of machines. It also manages configuration, can run audits, build image containers, monitor and much more!

    Currently there are a few distributions that are completely untested on Uyuni or SUSE Manager (AFAIK) or just not tested since a long time, and could be interesting knowing how hard would be working with them and, if possible, fix whatever is broken.

    For newcomers, the easiest distributions are those based on DEB or RPM packages. Distributions with other package formats are doable, but will require adapting the Python and Java code to be able to sync and analyze such packages (and if salt does not support those packages, it will need changes as well). So if you want a distribution with other packages, make sure you are comfortable handling such changes.

    No developer experience? No worries! We had non-developers contributors in the past, and we are ready to help as long as you are willing to learn. If you don't want to code at all, you can also help us preparing the documentation after someone else has the initial code ready, or you could also help with testing :-)

    The idea is testing Salt and Salt-ssh clients, but NOT traditional clients, which are deprecated.

    To consider that a distribution has basic support, we should cover at least (points 3-6 are to be tested for both salt minions and salt ssh minions):

    1. Reposync (this will require using spacewalk-common-channels and adding channels to the .ini file)
    2. Onboarding (salt minion from UI, salt minion from bootstrap scritp, and salt-ssh minion) (this will probably require adding OS to the bootstrap repository creator)
    3. Package management (install, remove, update...)
    4. Patching
    5. Applying any basic salt state (including a formula)
    6. Salt remote commands
    7. Bonus point: Java part for product identification, and monitoring enablement
    8. Bonus point: sumaform enablement (https://github.com/uyuni-project/sumaform)
    9. Bonus point: Documentation (https://github.com/uyuni-project/uyuni-docs)
    10. Bonus point: testsuite enablement (https://github.com/uyuni-project/uyuni/tree/master/testsuite)

    If something is breaking: we can try to fix it, but the main idea is research how supported it is right now. Beyond that it's up to each project member how much to hack :-)

    • If you don't have knowledge about some of the steps: ask the team
    • If you still don't know what to do: switch to another distribution and keep testing.

    This card is for EVERYONE, not just developers. Seriously! We had people from other teams helping that were not developers, and added support for Debian and new SUSE Linux Enterprise and openSUSE Leap versions :-)

    Pending

    In progress

    FUSS

    FUSS is a complete GNU/Linux solution (server, client and desktop/standalone) based on Debian for managing an educational network.

    https://fuss.bz.it/

    Seems to be a Debian 12 derivative, so adding it could be quite easy.

    • [W] Reposync (this will require using spacewalk-common-channels and adding channels to the .ini file)
    • [W] Onboarding (salt minion from UI, salt minion from bootstrap script, and salt-ssh minion) (this will probably require adding OS to the bootstrap repository creator) --> Working for all 3 options (salt minion UI, salt minion bootstrap script and salt-ssh minion from the UI).
    • [W] Package management (install, remove, update...) --> Installing a new package works, needs to test the rest.
    • [I] Patching (if patch information is available, could require writing some code to parse it, but IIRC we have support for Ubuntu already). No patches detected. Do we support patches for Debian at all?
    • [W] Applying any basic salt state (including a formula)