Skip to content
Snippets Groups Projects
Unverified Commit 48d5bc84 authored by Olivier Cazade's avatar Olivier Cazade Committed by GitHub
Browse files

Add description label to downstream container image (#415)

parent 40652d74
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ LABEL maintainer="support@redhat.com" ...@@ -15,6 +15,7 @@ LABEL maintainer="support@redhat.com"
LABEL io.openshift.tags="network-observability-ebpf-agent" LABEL io.openshift.tags="network-observability-ebpf-agent"
LABEL upstream-vcs-ref="${COMMIT}" LABEL upstream-vcs-ref="${COMMIT}"
LABEL upstream-vcs-type="git" LABEL upstream-vcs-type="git"
LABEL description="The Network Observability eBPF Agent allows collecting and aggregating all the ingress and egress flows on a Linux host."
EOF EOF
sed -i 's/\(FROM.*\)docker.io\/library\/golang:1.22\(.*\)/\1brew.registry.redhat.io\/rh-osbs\/openshift-golang-builder:v1.22.5-202407301806.g4c8b32d.el9\2/g' ./Dockerfile sed -i 's/\(FROM.*\)docker.io\/library\/golang:1.22\(.*\)/\1brew.registry.redhat.io\/rh-osbs\/openshift-golang-builder:v1.22.5-202407301806.g4c8b32d.el9\2/g' ./Dockerfile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment