Skip to content

Commit

Permalink
nginx 1.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
netskol committed Aug 24, 2024
1 parent a001e82 commit 60b253c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
push: true
tags: |
netskol/nginx-gosted:latest
netskol/nginx-gosted:1.19.6
netskol/nginx-gosted:1.27.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.25-bookworm
FROM nginx:1.27.1-bookworm

RUN set -eux \
&& export OPENSSL_CONF=/etc/ssl/openssl.cnf \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This is a docker image based on Nginx with OpenSSL and GOST engine which support


![alt text](https://img.shields.io/badge/OpenSSL-GOSTengine-blue.svg 'openssl and gost engine included')
![alt text](https://img.shields.io/badge/NGINX-1.21.6-blue.svg 'based on nginx:latest docker image')
![alt text](https://img.shields.io/badge/NGINX-1.27.1-blue.svg 'based on nginx:latest docker image')
![alt text](https://img.shields.io/badge/ГОСТ-2012-green.svg 'openssl ciphers:GOST2012-GOST8912-GOST8912')
![alt text](https://img.shields.io/badge/ГОСТ-2001-red.svg 'openssl ciphers:GOST2001-GOST89-GOST89 for compatibility')

Expand All @@ -20,7 +20,7 @@ GOST2001-GOST89-GOST89
## Usage Example
Edit docker-compose YAML file according to your needs and start the project:
```bash
docker-compose up -d
docker compose up -d
```

Images tagged latest and 1.19.6 tested with CryptoPro 5.0 ,so far only tls1.0 works.
Expand Down
4 changes: 1 addition & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.6'

services:
gost_nginx:
image: netskol/nginx-gosted:latest
Expand All @@ -14,4 +12,4 @@ services:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
- ./certs:/etc/nginx/certs
environment:
- TZ=Europe/Moscow
- TZ=Europe/Amsterdam

0 comments on commit 60b253c

Please sign in to comment.