Skip to content

Commit 7fe2145

Browse files
authored
feat: add nginx-ingress-controller and nginx build support (#2447)
Signed-off-by: Miguel Martinez <[email protected]>
1 parent 2847bbf commit 7fe2145

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/build_external_container_images.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,18 @@ jobs:
5858
path: bitnami/vault-k8s/1/debian-12
5959
sparse_checkout: bitnami/vault-k8s/1/debian-12
6060
ref: 62cb6e1498e873dd9ab92880073a43896b470c4b
61+
# NGINX Ingress Controller version: 1.12.1
62+
- name: NGINX Ingress Controller
63+
image_name: chainloop-dev/chainloop/nginx-ingress-controller
64+
path: bitnami/nginx-ingress-controller/1/debian-12
65+
sparse_checkout: bitnami/nginx-ingress-controller/1/debian-12
66+
ref: 87b1dc063ce0a75de731cf6757c1cc5c67ab88e1
67+
# NGINX version: 1.27.4 (for default backend)
68+
- name: NGINX
69+
image_name: chainloop-dev/chainloop/nginx
70+
path: bitnami/nginx/1.27/debian-12
71+
sparse_checkout: bitnami/nginx/1.27/debian-12
72+
ref: 1c185405602d01ad60b5454908c95b91deb5747a
6173
env:
6274
REGISTRY: ghcr.io
6375
IMAGE_NAME: ${{ matrix.image.image_name }}
@@ -134,4 +146,4 @@ jobs:
134146
echo "Successfully built and pushed ${{ matrix.image.name }} image"
135147
echo "Image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
136148
echo "Version: ${{ steps.extract_version.outputs.version }}"
137-
echo "Digest: ${{ steps.build.outputs.digest }}"
149+
echo "Digest: ${{ steps.build.outputs.digest }}"

0 commit comments

Comments
 (0)