Use opensuse tumbleweed (#3282)

This commit is contained in:
Dustin J. Mitchell 2024-03-04 12:42:27 -05:00 committed by GitHub
parent 18a8bd2997
commit aaff97d878
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 8 deletions

View file

@ -81,10 +81,9 @@ jobs:
- name: "Ubuntu 22.04"
runner: ubuntu-latest
dockerfile: ubuntu2204
# This is actually "OpenSUSE Tumbleweed (Rolling)" but GitHub requires the "OpenSUSE 15" check, so keep that name
- name: "OpenSUSE 15"
- name: "OpenSUSE Tumbleweed (Rolling)"
runner: ubuntu-latest
dockerfile: opensuse15
dockerfile: opensuse
- name: "Archlinux Base (Rolling)"
runner: ubuntu-latest
dockerfile: arch

View file

@ -40,10 +40,10 @@ services:
security_opt:
- label=type:container_runtime_t
tty: true
test-opensuse15:
test-opensuse:
build:
context: .
dockerfile: test/docker/opensuse15
dockerfile: test/docker/opensuse
network_mode: "host"
security_opt:
- label=type:container_runtime_t

View file

@ -1,8 +1,5 @@
FROM opensuse/tumbleweed
# NOTE: this isn't opensuse15 anymore, but this allows PRs to be merged by
# matching the GitHub configuration.
RUN zypper install -y python3 awk coreutils git gcc gcc-c++ cmake make libuuid-devel libfaketime curl
# Setup language environment