Skip to content

Commit c88285a

Browse files
committed
fix and use nginx image for dashboard
1 parent 755c13a commit c88285a

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/release-bitnami-nginx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
with:
2727
images: ghcr.io/${{ github.repository }}/bitnami-deprecated-nginx
2828
tags: |
29-
type=raw,value=bitnami-deprecated-nginx-1.29.1
30-
type=raw,value=bitnami-deprecated-nginx-latest
29+
type=raw,value=1.29.1
30+
type=raw,value=latest
3131
3232
- name: Log in to GitHub Container Registry
3333
uses: docker/login-action@v3

TODO.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44

55
## Migrate away from bitnami postgres image
66

7+
## Fix github action deprecation info for nginx
8+
9+
https://github.com/SAP/kubeapps/actions/workflows/release-bitnami-nginx.yml
10+

dashboard/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ COPY . /app
1212
RUN yarn run prettier-check && yarn run ts-compile-check
1313
RUN yarn run build
1414

15-
FROM bitnami/nginx:1.27.2
15+
FROM ghcr.io/sap/kubeapps/bitnami-deprecated-nginx:1.29.1
1616
COPY --from=build /app/build /app

0 commit comments

Comments
 (0)