Skip to content

Commit 405452c

Browse files
author
Kazuhiko Yamashita
authored
Merge pull request #11 from STNS/noble
support noble
2 parents f0b5c3c + ebbcdd9 commit 405452c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docker-compose.yml

+10
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ services:
2626
- ./repo:/opt/pkg/repo
2727
environment:
2828
- DIST=jammy
29+
debrepo-noble:
30+
build:
31+
context: .
32+
dockerfile: dockerfiles/Dockerfile.debrepo
33+
args:
34+
DIST: noble
35+
volumes:
36+
- ./repo:/opt/pkg/repo
37+
environment:
38+
- DIST=noble
2939
debrepo-buster:
3040
build:
3141
context: .

0 commit comments

Comments
 (0)