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
- sg-core is now built on ubi9
- Update to Golang to 1.21.13
- Github Actions now run on ubuntu-latest
- Pin Devstack version to stable/2024.2. New OpenStack versions deprecated the AMQP driver in oslo.messaging and this breaks sg-core testing
- Parse custom labels from ceilometer metadata. Metrics without the user_metadata field are unchanged (current behavior is preserved). When the user_metadata field is present in the metric received from ceilometer it's parsed and each key=value pair is used as a separate metric label
RUN dnf install golang git qpid-proton-c-devel -y --setopt=tsflags=nodocs
13
-
RUN go install golang.org/dl/go1.20@latest && /go/bin/go1.20 download && PRODUCTION_BUILD=false CONTAINER_BUILD=true GOCMD=/go/bin/go1.20 ./build.sh
13
+
RUN go install golang.org/dl/go1.21.13@latest && /go/bin/go1.21.13 download && PRODUCTION_BUILD=false CONTAINER_BUILD=true GOCMD=/go/bin/go1.21.13 ./build.sh
14
14
15
15
# --- end build, create smart gateway layer ---
16
-
FROM registry.access.redhat.com/ubi8-minimal:latest
16
+
FROM registry.access.redhat.com/ubi9-minimal:latest
17
17
18
18
LABEL io.k8s.display-name="Smart Gateway" \
19
19
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" \
0 commit comments