Skip to content

Commit 4a24192

Browse files
audunmgWanzenBug
andcommitted
docker: debian 13 loader
Co-authored-by: Moritz Wanzenböck <moritz.wanzenboeck@linbit.com> Signed-off-by: Audun-Marius Gangstø <audun@gangsto.org>
1 parent d73df73 commit 4a24192

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

dockerfiles/docker-bake.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ target "drbd-driver-loader" {
142142
"noble",
143143
"bullseye",
144144
"bookworm",
145+
"trixie",
145146
]
146147
}
147148
args = {
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
FROM debian:trixie
2+
3+
RUN apt-get update && apt-get upgrade -y && apt-get install -y kmod gnupg make gcc patch diffutils perl elfutils curl 'linux-kbuild-*' && apt-get clean
4+
5+
ARG DRBD_VERSION
6+
ADD https://pkg.linbit.com/downloads/drbd/9/drbd-${DRBD_VERSION}.tar.gz /drbd.tar.gz
7+
ADD --chmod=0755 https://raw.githubusercontent.com/LINBIT/drbd/master/docker/entry.sh /entry.sh
8+
9+
ENV LB_HOW compile
10+
ENTRYPOINT /entry.sh

0 commit comments

Comments
 (0)