Skip to content
This repository was archived by the owner on Jul 16, 2021. It is now read-only.

Commit 495b4ff

Browse files
authored
update bitnami/nginx image (#330)
- the latest image runs as non-root, and has out of the box support on OpenShift
1 parent 2188677 commit 495b4ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ui/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ compile-aot:
1717
npm run compile-aot
1818

1919
docker-build: compile-aot
20-
docker build --rm -t ${IMAGE_REPO}:${IMAGE_TAG} rootfs/
20+
docker build --pull --rm -t ${IMAGE_REPO}:${IMAGE_TAG} rootfs/

src/ui/rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bitnami/nginx
1+
FROM bitnami/nginx:1.12
22

33
# built by running:
44
# $ docker-compose run --rm ui ng build -t production -o rootfs/dist

0 commit comments

Comments
 (0)