Skip to content

Commit

Permalink
Add ovn-sb-db-relay image with newer ovn-ctl
Browse files Browse the repository at this point in the history
We need newer ovn-ctl with [1] - for now download that from
ovn-org/ovn@master - once 25.03 is branched we should
get that the normal way.

[1]: ovn-org/ovn@2ecba75

Change-Id: I429f00ed4bdcd24409d14453ab53c5fa11fdb00b
  • Loading branch information
mnasiadka authored and Alex-Welsh committed Feb 17, 2025
1 parent 5e8c7cb commit fe548bb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker/ovn/ovn-sb-db-relay/Dockerfile.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FROM {{ namespace }}/{{ image_prefix }}ovn-sb-db-server:{{ tag }}
{% block labels %}
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
{% endblock %}

{% block ovn_sb_db_server_header %}{% endblock %}

{% block ovn_sb_db_relay_ovn_ctl %}
{# TODO(mnasiadka): Switch to 25.03 branch when available, ideally rpm/deb packages will be
available. #}
RUN curl -o /usr/share/ovn/scripts/ovn-ctl https://raw.githubusercontent.com/ovn-org/ovn/refs/heads/main/utilities/ovn-ctl
{% endblock %}

{% block ovn_sb_db_relay_footer %}{% endblock %}
{% block footer %}{% endblock %}

0 comments on commit fe548bb

Please sign in to comment.