sourcegraph/wolfi-packages/http-server-stabilizer.yaml
Varun Gandhi c2cd0679b1
chore: Pull in latest http-server-stabilizer version (#62853)
This PR doesn't update syntax-highlighter's lockfile;
that will happen in a separate PR after the package
gets published to our package repository.
2024-05-23 09:21:26 +01:00

43 lines
1.1 KiB
YAML

# Melange-based replacement for https://sourcegraph.sourcegraph.com/github.com/sourcegraph/sourcegraph/-/blob/docker-images/syntax-highlighter/Dockerfile?L16
package:
name: http-server-stabilizer
version: 2.0.0
epoch: 0
description: "HTTP server stabilizer for unruly servers"
target-architecture:
- x86_64
copyright:
- paths:
- "*"
attestation: 'Copyright 2018 Sourcegraph, Inc.'
license: 'Apache License 2.0'
dependencies:
runtime:
environment:
contents:
repositories:
- https://packages.wolfi.dev/os
keyring:
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
packages:
- wolfi-base
pipeline:
- uses: fetch
with:
uri: https://github.com/sourcegraph/http-server-stabilizer/archive/refs/tags/v${{package.version}}.tar.gz
expected-sha256: 9c157f4275317550ad2888539a2c6fa488c432eeae2e575ce16492860d9ccd91
- uses: go/build
with:
packages: ./...
prefix: /usr/local
output: http-server-stabilizer
update:
enabled: true
github:
identifier: sourcegraph/http-server-stabilizer
strip-prefix: "v"