Skip to content

Commit

Permalink
Add description label to downstream container image (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierCazade authored Oct 3, 2024
1 parent 40652d7 commit 48d5bc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/update-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ LABEL maintainer="[email protected]"
LABEL io.openshift.tags="network-observability-ebpf-agent"
LABEL upstream-vcs-ref="${COMMIT}"
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

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 comments on commit 48d5bc8

Please sign in to comment.