1
0
Commit Graph

750 Commits

Author SHA1 Message Date
Nicolas Duchon
38fdd400b3
Merge pull request #945 from nginx-proxy/dependabot/docker/nginxproxy/docker-gen-0.9.0
chore(deps): Bump nginxproxy/docker-gen from 0.8.4 to 0.9.0
2022-04-10 14:18:41 +02:00
dependabot[bot]
9550d0d930
chore(deps): Bump nginxproxy/docker-gen from 0.8.4 to 0.9.0
Bumps nginxproxy/docker-gen from 0.8.4 to 0.9.0.

---
updated-dependencies:
- dependency-name: nginxproxy/docker-gen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-10 12:06:45 +00:00
Nicolas Duchon
bec640e11c
Merge pull request #944 from nginx-proxy/dependabot/docker/alpine-3.15.4
chore(deps): Bump alpine from 3.15.3 to 3.15.4
2022-04-10 10:34:04 +02:00
dependabot[bot]
c2ef510f29
chore(deps): Bump alpine from 3.15.3 to 3.15.4
Bumps alpine from 3.15.3 to 3.15.4.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 15:08:52 +00:00
Nicolas Duchon
4786de5419
Merge pull request #939 from nginx-proxy/dependabot/docker/alpine-3.15.3
chore(deps): Bump alpine from 3.15.2 to 3.15.3
2022-03-29 22:24:09 +02:00
dependabot[bot]
722010f106
chore(deps): Bump alpine from 3.15.2 to 3.15.3
Bumps alpine from 3.15.2 to 3.15.3.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 15:05:31 +00:00
Nicolas Duchon
313722118c
Merge pull request #931 from nginx-proxy/dependabot/docker/nginxproxy/docker-gen-0.8.4
chore(deps): Bump nginxproxy/docker-gen from 0.8.3 to 0.8.4
2022-03-25 11:03:01 +01:00
dependabot[bot]
55f5697db8
chore(deps): Bump nginxproxy/docker-gen from 0.8.3 to 0.8.4
Bumps nginxproxy/docker-gen from 0.8.3 to 0.8.4.

---
updated-dependencies:
- dependency-name: nginxproxy/docker-gen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-24 17:26:25 +00:00
Nicolas Duchon
fd181afa6c
Merge pull request #937 from nginx-proxy/dependabot/docker/alpine-3.15.2
chore(deps): Bump alpine from 3.15.0 to 3.15.2
2022-03-24 18:25:43 +01:00
dependabot[bot]
c4a9bf4102
chore(deps): Bump alpine from 3.15.0 to 3.15.2
Bumps alpine from 3.15.0 to 3.15.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-24 15:06:46 +00:00
Nicolas Duchon
fe6589a7a1
Merge pull request #930 from nginx-proxy/license-in-image
Include license in Docker image
2022-03-22 18:56:08 +01:00
Nicolas Duchon
0fd5ac4d59
chore: include license in Docker image 2022-03-09 14:04:32 +01:00
Nicolas Duchon
379639c2cf
ci: use path context 2022-03-05 17:05:41 +01:00
Nicolas Duchon
190ff4da1e
Merge pull request #928 from nginx-proxy/dependabot/docker/nginxproxy/docker-gen-0.8.3
chore(deps): Bump nginxproxy/docker-gen from 0.8.2 to 0.8.3
v2.2.0
2022-03-04 23:05:51 +01:00
dependabot[bot]
61858ff7e9
chore(deps): Bump nginxproxy/docker-gen from 0.8.2 to 0.8.3
Bumps nginxproxy/docker-gen from 0.8.2 to 0.8.3.

---
updated-dependencies:
- dependency-name: nginxproxy/docker-gen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-04 15:03:56 +00:00
Nicolas Duchon
328bebe682
ci: publish Docker images to ghcr.io 2022-03-04 10:44:51 +01:00
Nicolas Duchon
7c86871bd0
fix: typo in pre/post hooks test file 2022-03-02 19:55:22 +01:00
Nicolas Duchon
b3f4e40c05
Merge pull request #898 from TreeN0de/TreeN0de-pre/post-hook
Adding pre- and post-hook
2022-03-02 19:42:29 +01:00
Nicolas Duchon
b4ccbf1e8f
docs: per-container Pre-Hooks and Post-Hooks 2022-03-02 19:29:25 +01:00
Nicolas Duchon
16f7e198df
tests: per-container Pre-Hooks and Post-Hooks 2022-03-02 19:29:25 +01:00
Nicolas Duchon
084766d0eb
tests: change run_nginx_container() parameter handling 2022-03-02 19:29:25 +01:00
Nicolas Duchon
b9e7d59bed
feat: per-container Pre-Hooks and Post-Hooks 2022-03-02 18:46:15 +01:00
Nicolas Duchon
312fe57bb8
fix: remove unnecessary echo triggering SC2116 2022-03-02 17:42:54 +01:00
TreeN0de
c26ee284cd
tests: acme.sh pre and post hooks 2022-02-25 20:00:08 +01:00
TreeN0de
e3419dffb8
tests: change run_le_container() parameter handling 2022-02-25 20:00:08 +01:00
TreeN0de
281aa02052
docs: acme.sh pre and post hooks 2022-02-25 20:00:08 +01:00
TreeN0de
9da38f37b4
feat: acme.sh pre and post hooks 2022-02-25 19:07:22 +01:00
Nicolas Duchon
4b638eb6fe
Merge pull request #923 from marc-hg/change_request/add-email-env-to-docker-compose-docs
Added DEFAULT_EMAIL env variable to docker-compose docs
2022-02-18 15:10:52 +01:00
marc-hg
d7685271c8 Added DEFAULT_EMAIL env variable to docker-compose docs 2022-02-17 22:05:34 +01:00
Nicolas Duchon
a858475771
Merge pull request #919 from nginx-proxy/dependabot/docker/nginxproxy/docker-gen-0.8.2
chore(deps): Bump nginxproxy/docker-gen from 0.8.0 to 0.8.2
v2.1.3
2022-02-02 15:27:50 +01:00
dependabot[bot]
d2ad39b6eb
chore(deps): Bump nginxproxy/docker-gen from 0.8.0 to 0.8.2
Bumps nginxproxy/docker-gen from 0.8.0 to 0.8.2.

---
updated-dependencies:
- dependency-name: nginxproxy/docker-gen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-02 14:12:48 +00:00
Nicolas Duchon
d3d0c36d69
Merge pull request #906 from nginx-proxy/docker-gen-from-image
Get the docker-gen binary from upstream docker image instead of building.
2022-02-02 15:11:31 +01:00
Nicolas Duchon
3336e69426
ci: remove the nginx-proxy-pull job 2022-02-02 14:29:39 +01:00
Nicolas Duchon
f7df1ec2d9
build: get docker-gen binary from upstream image 2022-02-02 14:29:38 +01:00
Nicolas Duchon
53798f6d31
ci: replace maintainer label w/ OCI authors label 2022-01-14 15:57:57 +01:00
Nicolas Duchon
a20c4d32fe
ci: use git describe for OCI image version label 2022-01-14 15:56:24 +01:00
Nicolas Duchon
3e6252e9fa
ci: upgrade to docker/metadata-action@v3 2022-01-14 15:55:40 +01:00
Nicolas Duchon
2ce86ff988
docs: update maintainers list on license 2022-01-11 19:41:34 +01:00
Nicolas Duchon
4b23f7f44e
Merge pull request #911 from nginx-proxy/dependabot/docker/golang-1.17.6-alpine
chore(deps): Bump golang from 1.17.5-alpine to 1.17.6-alpine
2022-01-07 16:39:19 +01:00
dependabot[bot]
972469f504
chore(deps): Bump golang from 1.17.5-alpine to 1.17.6-alpine
Bumps golang from 1.17.5-alpine to 1.17.6-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-07 15:06:19 +00:00
Nicolas Duchon
44bd2fa437
Merge pull request #904 from nginx-proxy/dhparam-rfc7919
Use RFC 7919 DH groups + Remove DH generation
2021-12-16 03:07:08 +01:00
Nicolas Duchon
9b935a09a5
style: coherent coding style on check_dh_group
+ removal of an unneeded local keyword
2021-12-16 02:00:04 +01:00
Nicolas Duchon
57108ba21b
Merge pull request #843 from nginx-proxy/fix-761
Trim whitespaces from environment variables
v2.1.2
2021-12-14 23:47:03 +01:00
Nicolas Duchon
e0aaa93eb6
refactor: better check_dh_group() logic
Replaces existing group if it does not match the DHPARAM_BITS key size.
2021-12-14 23:34:15 +01:00
Nicolas Duchon
f39edbe667
docs: updates for the use of RFC7919 DH groups
Both in nginx-proxy/acme-companion and nginx-proxy/nginx-proxy
2021-12-14 23:34:14 +01:00
Nicolas Duchon
67d4194fb6
feat: use pre generated RFC7919 DH groups
Co-authored-by: polarathene <5098581+polarathene@users.noreply.github.com>
2021-12-14 23:32:39 +01:00
Nicolas Duchon
2f7ac9708a
style: add comments to docker-gen template 2021-12-12 19:41:46 +01:00
Nicolas Duchon
8fdd196d4f
fix: trim whitespaces from per-container env vars 2021-12-12 19:41:24 +01:00
Nicolas Duchon
ec93ec882c
Merge pull request #903 from nginx-proxy/dependabot/docker/golang-1.17.5-alpine
chore(deps): Bump golang from 1.17.4-alpine to 1.17.5-alpine
2021-12-10 16:55:31 +01:00
dependabot[bot]
c886e48436
chore(deps): Bump golang from 1.17.4-alpine to 1.17.5-alpine
Bumps golang from 1.17.4-alpine to 1.17.5-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-10 15:05:12 +00:00