Skip to content

Commit fe548bb

Browse files
mnasiadkaAlex-Welsh
authored andcommitted
Add ovn-sb-db-relay image with newer ovn-ctl
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
1 parent 5e8c7cb commit fe548bb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
FROM {{ namespace }}/{{ image_prefix }}ovn-sb-db-server:{{ tag }}
2+
{% block labels %}
3+
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
4+
{% endblock %}
5+
6+
{% block ovn_sb_db_server_header %}{% endblock %}
7+
8+
{% block ovn_sb_db_relay_ovn_ctl %}
9+
{# TODO(mnasiadka): Switch to 25.03 branch when available, ideally rpm/deb packages will be
10+
available. #}
11+
RUN curl -o /usr/share/ovn/scripts/ovn-ctl https://raw.githubusercontent.com/ovn-org/ovn/refs/heads/main/utilities/ovn-ctl
12+
{% endblock %}
13+
14+
{% block ovn_sb_db_relay_footer %}{% endblock %}
15+
{% block footer %}{% endblock %}

0 commit comments

Comments
 (0)