Skip to content

Commit

Permalink
fix: patched git-operator Nginx image in airgapped bundle (#2476)
Browse files Browse the repository at this point in the history
  • Loading branch information
asekretenko authored Jul 29, 2024
1 parent 548ca2b commit 9a47bf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -598,10 +598,10 @@ resources:
- url: https://github.com/nginx/nginx
ref: release-${image_tag%-alpine}
license_path: docs/text/LICENSE
- container_image: docker.io/nginxinc/nginx-unprivileged:1.25.4-alpine
- container_image: ghcr.io/mesosphere/dkp-container-images/docker.io/nginxinc/nginx-unprivileged:1.25.5-alpine-d2iq.0
sources:
- url: https://github.com/nginx/nginx
ref: release-${image_tag%-alpine}
ref: release-${image_tag%-alpine-d2iq.0}
license_path: docs/text/LICENSE
- container_image: bitnami/external-dns:0.14.2-debian-12-r7
sources:
Expand Down
2 changes: 1 addition & 1 deletion services/git-operator/0.1.0/additional-images.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
docker.io/mesosphere/gitwebserver:v0.11.0
nginxinc/nginx-unprivileged:1.25.4-alpine
ghcr.io/mesosphere/dkp-container-images/docker.io/nginxinc/nginx-unprivileged:1.25.5-alpine-d2iq.0

0 comments on commit 9a47bf5

Please sign in to comment.