Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

jaeger/1.59.0 package update #63774

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions wolfi-packages/jaeger.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# Melange-based replacement for Coursier
# Previously packaged in the scip-java repo

package:
name: jaeger
version: 1.45.0 # Keep in sync with version in sg.config.yaml
epoch: 8
version: 1.59.0 # Keep in sync with version in sg.config.yaml
epoch: 0
description: "Distributed Tracing Platform"
target-architecture:
- x86_64
copyright:
- paths:
- "*"
- "*"
attestation: 'Copyright The Jaeger Authors'
license: 'Apache License 2.0'
dependencies:
Expand All @@ -29,7 +26,7 @@ pipeline:
- uses: fetch
with:
uri: https://github.com/jaegertracing/jaeger/releases/download/v${{package.version}}/jaeger-${{package.version}}-linux-amd64.tar.gz
expected-sha256: c139b7ec4b9e5b7ace2e3966e6187e1cb3292325192685793ab038c2c9c5d2e1
expected-sha256: 9ff5e1ab1a560f67a57037ba0c44ca3e8b527099e36d3d49a5eb6191f012d559
extract: true
strip-components: 0

Expand All @@ -46,6 +43,7 @@ subpackages:
set -x
mkdir -p "${{targets.subpkgdir}}/usr/local/bin/"
cp "${{targets.destdir}}/usr/local/bin/jaeger-agent" "${{targets.subpkgdir}}/usr/local/bin/"

- name: jaeger-all-in-one
description: Jaeger All-In-One
pipeline:
Expand Down