File tree Expand file tree Collapse file tree 7 files changed +6
-6
lines changed
docker-images/testbox-ubuntu-25.10 Expand file tree Collapse file tree 7 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:25.04
1+ FROM ubuntu:25.10
22ADD . /paa_build
33RUN bash /paa_build/install.sh
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def gen_distros(family)
2323 focal
2424 jammy
2525 noble
26- plucky
26+ questing
2727
2828 bullseye
2929 bookworm
Original file line number Diff line number Diff line change 88# internal/scripts/regen_distro_info_script.sh
99
1010# shellcheck disable=SC2034
11- DEFAULT_DISTROS=" focal jammy noble plucky bullseye bookworm trixie"
11+ DEFAULT_DISTROS=" focal jammy noble questing bullseye bookworm trixie"
1212DEBIAN_DISTROS=" 11 12 13"
13- UBUNTU_DISTROS=" 20.04 22.04 24.04 25.04 "
13+ UBUNTU_DISTROS=" 20.04 22.04 24.04 25.10 "
1414
1515
1616function to_distro_codename()
@@ -46,7 +46,7 @@ function to_distro_codename()
4646
4747function get_buildbox_image()
4848{
49- echo " phusion/passenger_apt_automation_buildbox:2.2.3 "
49+ echo " phusion/passenger_apt_automation_buildbox:2.2.4 "
5050}
5151
5252function to_testbox_image()
Original file line number Diff line number Diff line change 1818if [[ " $1 " == " buildbox_name" ]]; then
1919 echo -n " phusion/passenger_apt_automation_buildbox"
2020elif [[ " $1 " == " buildbox_version" ]]; then
21- echo -n " 2.2.3 "
21+ echo -n " 2.2.4 "
2222elif [[ " $1 " == " testbox_base_name" ]]; then
2323 echo -n " phusion/passenger_apt_automation_testbox"
2424elif [[ " $1 " == " testbox_version" ]]; then
You can’t perform that action at this time.
0 commit comments