Skip to content

Commit

Permalink
Merge pull request #16129 from wolfi-dev/harbor-2.10
Browse files Browse the repository at this point in the history
chore(harbor): Setup version stream for 2.10
  • Loading branch information
EyeCantCU authored Apr 1, 2024
2 parents 63450ce + c89f5a7 commit db9a438
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 7 deletions.
25 changes: 18 additions & 7 deletions harbor-core.yaml → harbor-2.10.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
package:
name: harbor-core
name: harbor-2.10
version: 2.10.1
epoch: 2
epoch: 0
description: An open source trusted cloud native registry project that stores, signs, and scans content
copyright:
- license: Apache-2.0
dependencies:
provides:
- harbor=${{package.full-version}}

environment:
contents:
Expand Down Expand Up @@ -53,8 +56,11 @@ pipeline:
- uses: strip

subpackages:
- name: harbor-jobservice
- name: ${{package.name}}-jobservice
description: harbor jobservice
dependencies:
provides:
- harbor-jobservice=${{package.full-version}}
pipeline:
- uses: go/build
with:
Expand All @@ -70,11 +76,13 @@ subpackages:
# jobservice fails outside environment, verify adaptor for harbor registered
/harbor/harbor_jobservice 2>/dev/null | grep "harbor registered"
- name: harbor-portal
- name: ${{package.name}}-portal
description: harbor portal
dependencies:
provides:
- harbor-portal=${{package.full-version}}
runtime:
- harbor-portal-nginx-config
- ${{package.name}}-portal-nginx-config
- nginx
pipeline:
- runs: |
Expand Down Expand Up @@ -119,10 +127,11 @@ subpackages:
# The endpoint created by nginx is forbidden in CI
nginx -g "daemon off;" & sleep 5; kill $!
- name: harbor-portal-nginx-config
- name: ${{package.name}}-portal-nginx-config
description: nginx config for harbor portal
dependencies:
provides:
- harbor-portal-nginx-config=${{package.full-version}}
- nginx-config=${{package.full-version}}
pipeline:
- runs: |
Expand All @@ -135,9 +144,11 @@ subpackages:
# And access logs to stdout
sed -i 's/#access_log.*;$/access_log \/dev\/stdout;/' ${{targets.subpkgdir}}/etc/nginx/nginx.conf
- name: harbor-registryctl
- name: ${{package.name}}-registryctl
description: harbor registryctl
dependencies:
provides:
- harbor-registryctl=${{package.full-version}}
runtime:
- harbor-registry
pipeline:
Expand Down
15 changes: 15 additions & 0 deletions withdrawn-packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,18 @@ xz-doc-5.6.0-r0.apk
xz-5.6.1-r0.apk
xz-dev-5.6.1-r0.apk
xz-doc-5.6.1-r0.apk
harbor-core-2.10.1-r0.apk
harbor-core-2.10.1-r1.apk
harbor-core-2.10.1-r2.apk
harbor-jobservice-2.10.1-r0.apk
harbor-jobservice-2.10.1-r1.apk
harbor-jobservice-2.10.1-r2.apk
harbor-portal-2.10.1-r0.apk
harbor-portal-2.10.1-r1.apk
harbor-portal-2.10.1-r2.apk
harbor-portal-nginx-config-2.10.1-r0.apk
harbor-portal-nginx-config-2.10.1-r1.apk
harbor-portal-nginx-config-2.10.1-r2.apk
harbor-registryctl-2.10.1-r0.apk
harbor-registryctl-2.10.1-r1.apk
harbor-registryctl-2.10.1-r2.apk

0 comments on commit db9a438

Please sign in to comment.