You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2022. It is now read-only.
RUN dnf install qpid-proton-c --setopt=tsflags=nodocs -y && \
dnf clean all && \
rm -rf /var/cache/yum
COPY --from=builder /tmp/smart_gateway /
ENTRYPOINT ["/smart_gateway"]
LABEL io.k8s.display-name="Smart Gateway" \
io.k8s.description="A component of the Service Telemetry Framework on the server side that ingests data from AMQP 1.x and provides a metrics scrape endpoint for Prometheus, and forwards events to ElasticSearch" \