Skip to content

Commit

Permalink
feat: Updating Octavia image with latest ovn driver (rackerlabs#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
the2hill authored Dec 3, 2024
1 parent c2714f0 commit c21b254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfiles/OctaviaOVN-Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG VERSION=master-ubuntu_jammy
FROM docker.io/loci/octavia:${VERSION} as build
ARG PLUGIN_VERSION=5.0.0
ARG PLUGIN_VERSION=7.0.0
RUN /var/lib/openstack/bin/pip install --index-url https://pypi.python.org/simple --upgrade pip
RUN /var/lib/openstack/bin/pip install --index-url https://pypi.python.org/simple ovn-octavia-provider==${PLUGIN_VERSION}
RUN find /var/lib/openstack -regex '^.*\(__pycache__\|\.py[co]\)$' -delete
Expand Down

0 comments on commit c21b254

Please sign in to comment.