Skip to content
Snippets Groups Projects
Commit bc68b2ca authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

fix segmention fault by pinning base image to python:3.12.7-alpine

parent 3a42c085
No related branches found
No related tags found
1 merge request!328fix segmention fault by pinning base image to python:3.12.7-alpine
Pipeline #90929 passed
FROM python:3.12-alpine
FROM python:3.12.7-alpine
WORKDIR /app
ARG ARTIFACT_VERSION
......
......@@ -183,8 +183,8 @@ def initialize_subscription(
)
edge_port_fqdn_list.append(edge_port_subscription.edge_port.node.router_fqdn)
subscription.description = f"{product_name} service"
partner_name = get_partner_by_id(subscription.customer_id).name
subscription.description = f"{product_name} service for {partner_name}"
return {"subscription": subscription, "edge_port_fqdn_list": edge_port_fqdn_list, "partner_name": partner_name}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment