Skip to content

Commit 4c0a20e

Browse files
committed
neutron: update build to track understack/2026.1 at upstream branch
I had previously cherry-picked the upstream evpn driver but it wasn't doing what was needed so it is now replaced by our own driver. Therefore, we can remove the evpn commits and reset to vanilla upstream.
1 parent 8b9a3eb commit 4c0a20e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

containers/neutron/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM quay.io/airshipit/neutron:${OPENSTACK_VERSION}-ubuntu_noble AS build
66
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
77

88
# renovate: name=openstack/neutron repo=https://github.com/rackerlabs/neutron.git branch=understack/2026.1
9-
ARG NEUTRON_GIT_REF=f02658b3721de198f2dac04e7eb64ef9eb320732
9+
ARG NEUTRON_GIT_REF=2bc474a7db20f837cabfd60de1ebd3fa0c51f736
1010
ADD --keep-git-dir=true https://github.com/rackerlabs/neutron.git#${NEUTRON_GIT_REF} /src/neutron
1111
RUN git -C /src/neutron fetch --unshallow --tags
1212

0 commit comments

Comments
 (0)