Skip to content

Commit

Permalink
OIS-49: Updated readme with alpine image note (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
sradziszewski authored Sep 18, 2024
1 parent e0863ee commit 54de6f0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,19 @@ This will result in following redirections:
/users - referencedata service.
/users/manage - auth service.
/users/... - referencedata service.
/users/.../resetPassword - auth service.
/users/.../resetPassword - auth service.

And importantly:
/users/staff - referencedata service (as placeholder matches it, and it is not explicitly defined elsewhere).
/users/staff/validate - auth service.

## General

Currently the image is based on nginx version:
[![Docker Image Version (tag)](https://img.shields.io/docker/v/_/nginx/mainline-alpine-slim)](https://hub.docker.com/layers/library/nginx/mainline-alpine-slim/images/sha256-16cdd501b42a6501a2aec8c81915540e8b12d4f16f4784918f75bffd293d9767?context=explore)
### Important Note:
It is highly suggested to check the base image for vulnerabilities and update the version if necessary.

## Configuration

This customized Nginx image comes with two configuration files:
Expand Down

0 comments on commit 54de6f0

Please sign in to comment.