Actions
action #80962
closedos-autoinst development container image is still based on 15.1 but repo is switched to 15.2 already
Description
Motivation¶
I don't like that with every dot-version release of Leap we forget something and we run into inconsistencies so I prefer to use Tumbleweed as base for all containers we do. We still run tests on a Leap base in OBS and in recent months there were no problems due to Leap vs. Tumbleweed. Currently our base container is still based on Leap 15.1 but we did not realize.
https://build.opensuse.org/package/show/devel:openQA/os-autoinst_dev has only 15.2 enabled with a new name for the repo "containers15.2". We can either hardcode the version in the git repo as well or switch to Tumbleweed.
Acceptance criteria¶
- AC1: base image is based on a current OS version, e.g. Tumbleweed or Leap
Impact¶
blocking https://github.com/os-autoinst/os-autoinst/pull/1576 with #66721
Actions