Skip to content

Commit

Permalink
emissary-oci-entrypoint: Remove dependency. (#30967)
Browse files Browse the repository at this point in the history
Remove the dependency to make it easier to install this along side fips
and non-fips versions.

```
2024/10/16 19:26:57 ERRO failed to test package: unable to build guest: unable to generate image: installing apk packages: error getting package dependencies: solving “emissary-oci-entrypoint” constraint: resolving “emissary-oci-entrypoint-3.9.1-r0.apk” deps:
212
solving “emissary” constraint:   emissary-3.9.1-r0.apk disqualified because emissary-fips-3.9.1-r0.apk already provides cmd:busyambassador
```

Note: this makes the package unusable by itself. I'm not sure if there's
a better way to do this. :(

Related:  chainguard-dev/image-requests#3494
  • Loading branch information
wlynch authored Oct 16, 2024
1 parent 3c13e79 commit e3436eb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions emissary.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: emissary
version: 3.9.1
epoch: 0
epoch: 1
description: "open source Kubernetes-native API gateway for microservices built on the Envoy Proxy"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -138,9 +138,6 @@ subpackages:

- name: ${{package.name}}-oci-entrypoint
description: Entrypoint for ${{package.name}}
dependencies:
runtime:
- emissary
pipeline:
- runs: |
mkdir -p ${{targets.contextdir}}/usr/bin/
Expand Down

0 comments on commit e3436eb

Please sign in to comment.