Skip to content

Commit b639d29

Browse files
authored
v3.0.0 (#69)
Major updates * **Breaking changes** major rewrite of S6 Overlay for v3.0.0.0 - see base image and documentation for more information Documentation updates * Updating copyright year to 2022
1 parent 777c1fd commit b639d29

29 files changed

+32
-33
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/nginx:nginx1.20-2.5.2
1+
FROM bfren/nginx:nginx1.20-3.0.3
22

33
ARG BF_IMAGE
44
ARG BF_VERSION

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 bfren
3+
Copyright (c) 2020-2022 bfren
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ The image contains a handful of useful Nginx configuration 'helper' files, which
7373
7474
## Copyright
7575

76-
> Copyright (c) 2021 [bfren](https://bfren.dev) (unless otherwise stated)
76+
> Copyright (c) 2020-2022 [bfren](https://bfren.dev) (unless otherwise stated)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.3
1+
3.0.0

VERSION_MAJOR

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2
1+
3

VERSION_MINOR

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6
1+
3.0

overlay/etc/bf/ch.d/20-proxy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/etc/nginx/sites www:www 0640 0750
2+
/etc/ssl/certs www:www 0640 0750
3+
/sites www:www 0640 0750
4+
/ssl www:www 0640 0750

overlay/etc/cont-init.d/20-env renamed to overlay/etc/bf/init.d/20-env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/with-contenv bash
1+
#!/command/with-contenv bash
22

33
set -euo pipefail
44
export BF_E=`basename ${0}`

overlay/etc/cont-init.d/21-ssl renamed to overlay/etc/bf/init.d/21-ssl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/with-contenv bash
1+
#!/command/with-contenv bash
22

33
set -euo pipefail
44
export BF_E=`basename ${0}`

overlay/etc/fix-attrs.d/20-proxy

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)