File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 - glance
3838 - horizon
3939 - keystone
40- - neutron
4140 - nova
4241 - octavia
4342 - openstack-client
5150 build_args : OPENSTACK_VERSION=2025.2
5251 latest_name : " 2025.2"
5352
53+ neutron :
54+ uses : ./.github/workflows/build-container-reuse.yaml
55+ secrets : inherit
56+ with :
57+ container_name : neutron
58+ dockerfile_path : containers/neutron/Dockerfile
59+ build_args : OPENSTACK_VERSION=2026.1
60+ latest_name : " 2026.1"
61+
5462 ironic :
5563 uses : ./.github/workflows/build-container-reuse.yaml
5664 secrets : inherit
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ FROM quay.io/airshipit/neutron:${OPENSTACK_VERSION}-ubuntu_noble AS build
55
66COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
77
8- # renovate: name=openstack/neutron repo=https://github.com/rackerlabs/neutron.git branch=stable/2025.2
9- ARG NEUTRON_GIT_REF=feca3f33e610555099caececa990f18c2bad8c9c
8+ # renovate: name=openstack/neutron repo=https://github.com/rackerlabs/neutron.git branch=stable/2026.1
9+ ARG NEUTRON_GIT_REF=1321ccbc5cd56d5502e2335c8a5a374801d88fb9
1010ADD --keep-git-dir=true https://github.com/rackerlabs/neutron.git#${NEUTRON_GIT_REF} /src/neutron
1111RUN git -C /src/neutron fetch --unshallow --tags
1212
You can’t perform that action at this time.
0 commit comments