Skip to content

Commit

Permalink
Merge pull request #17678 from wolfi-dev/entrypoint-runtime
Browse files Browse the repository at this point in the history
fix(postgresql-16): Add entrypoint base as runtime dep of entrypoint
  • Loading branch information
mamccorm authored Apr 25, 2024
2 parents b69e3d6 + 54a14ed commit 6e82f81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion postgresql-16.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: postgresql-16
version: "16.2"
epoch: 6
epoch: 7
description: A sophisticated object-relational DBMS
copyright:
- license: BSD-3-Clause
Expand Down Expand Up @@ -180,6 +180,8 @@ subpackages:
dependencies:
provides:
- postgresql-oci-entrypoint=${{package.full-version}}
runtime:
- ${{package.name}}-oci-entrypoint-base
pipeline:
- runs: |
mkdir -p ${{targets.subpkgdir}}/usr/bin
Expand Down

0 comments on commit 6e82f81

Please sign in to comment.