Skip to content

Commit

Permalink
Merge pull request #2292 from SUSE/valkey_sle
Browse files Browse the repository at this point in the history
Add Valkey container for SLE (jsc#PED-8546)
  • Loading branch information
dcermak authored Feb 19, 2025
2 parents 9db06b5 + 0309a76 commit 427f9ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/bci_build/package/package_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
"Tumbleweed": "0.23.0"
},
"valkey": {
"6": "8.0",
"7": "8.0",
"Tumbleweed": "8.0",
"version_format": "minor"
}
Expand Down
2 changes: 1 addition & 1 deletion src/bci_build/package/valkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
"""
),
)
for os_version in (OsVersion.TUMBLEWEED,)
for os_version in (OsVersion.TUMBLEWEED, OsVersion.SP6, OsVersion.SP7)
]

0 comments on commit 427f9ac

Please sign in to comment.