From 948f2ab0b20fe65f67826fca714fb38db11cf99a Mon Sep 17 00:00:00 2001 From: "Y.Horie" Date: Mon, 29 Jun 2026 16:24:15 +0900 Subject: [PATCH] ubuntu 26.04 support --- Makefile | 2 +- docker-compose.yml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8287677..a7ca023 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RELEASE_DIR=/home/xs549470/stns.jp/public_html/repo SSH=xs549470@sv13076.xserver.jp -PRODUCT_CODES=centos almalinux buster bullseye bookworm focal jammy noble debian +PRODUCT_CODES=centos almalinux buster bullseye bookworm focal jammy noble resolute debian pkg: bin/download_artifacts STNS STNS diff --git a/docker-compose.yml b/docker-compose.yml index f5181f4..971c899 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -36,6 +36,16 @@ services: - ./repo:/opt/pkg/repo environment: - DIST=noble + debrepo-resolute: + build: + context: . + dockerfile: dockerfiles/Dockerfile.debrepo + args: + DIST: resolute + volumes: + - ./repo:/opt/pkg/repo + environment: + - DIST=resolute debrepo-buster: build: context: .