mirror of https://github.com/sipwise/ngcpcfg.git
As of commit f607c7d and its raise of debhelper compat level to v13,
we no longer support Debian/buster, as builds are failing with:
| The following packages have unmet dependencies:
| builddeps:. : Depends: debhelper-compat (= 13)
| E: Unable to correct problems, you have held broken packages.
Replace our github action for Debian/buster (current oldstable)
with Debian/bullseye (current stable).
Change-Id: Ia4289454bd807351e6bb9389ff50bffd1587f043
mr10.2
parent
3e8814205a
commit
cad3178c35
@ -1,4 +1,4 @@
|
||||
FROM debian:buster
|
||||
FROM debian:bullseye
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
name: "Build Docker image based on Debian/bullseye"
|
||||
description: "Build Docker image based on Debian/bullseye"
|
||||
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
@ -1,6 +0,0 @@
|
||||
name: "Build Docker image based on Debian/buster"
|
||||
description: "Build Docker image based on Debian/buster"
|
||||
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
Loading…
Reference in new issue