Skip to content

Commit 66df4d8

Browse files
committed
Change the org following the repo transfer to nginx namespace.
1 parent b430bec commit 66df4d8

6 files changed

+18
-18
lines changed

.github/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Describe the use case and detail of the change. If this PR addresses an issue on
55
### Checklist
66

77
Before creating a PR, run through this checklist and mark each as complete:
8-
- [ ] I have read the [`CONTRIBUTING`](https://github.com/nginxinc/docker-nginx/blob/master/CONTRIBUTING.md) document
8+
- [ ] I have read the [`CONTRIBUTING`](https://github.com/nginx/docker-nginx/blob/master/CONTRIBUTING.md) document
99
- [ ] I have run `./update.sh` and ensured all entrypoint/Dockerfile template changes have been applied to the relevant image entrypoint scripts & Dockerfiles
1010
- [ ] If applicable, I have added tests that prove my fix is effective or that my feature works
1111
- [ ] If applicable, I have checked that any relevant tests pass after adding my changes

CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The following is a set of guidelines for contributing to the Docker NGINX image.
1010

1111
[Code Guidelines](#code-guidelines)
1212

13-
[Code of Conduct](https://github.com/nginxinc/docker-nginx/blob/master/CODE_OF_CONDUCT.md)
13+
[Code of Conduct](https://github.com/nginx/docker-nginx/blob/master/CODE_OF_CONDUCT.md)
1414

1515
## Getting Started
1616

@@ -20,18 +20,18 @@ Follow our [how to use this image guide](https://hub.docker.com/_/nginx/) to get
2020

2121
### Report a Bug
2222

23-
To report a bug, open an issue on GitHub with the label `bug` using the available bug report issue template. Please ensure the bug has not already been reported. **If the bug is a potential security vulnerability, please report it using our [security policy](https://github.com/nginxinc/docker-nginx/blob/master/SECURITY.md).**
23+
To report a bug, open an issue on GitHub with the label `bug` using the available bug report issue template. Please ensure the bug has not already been reported. **If the bug is a potential security vulnerability, please report it using our [security policy](https://github.com/nginx/docker-nginx/blob/master/SECURITY.md).**
2424

2525
### Suggest a Feature or Enhancement
2626

27-
To suggest a feature or enhancement, please create an issue on GitHub with the label `enhancement` using the available [feature request template](https://github.com/nginxinc/docker-nginx/blob/master/.github/feature_request_template.md). Please ensure the feature or enhancement has not already been suggested.
27+
To suggest a feature or enhancement, please create an issue on GitHub with the label `enhancement` using the available [feature request template](https://github.com/nginx/docker-nginx/blob/master/.github/feature_request_template.md). Please ensure the feature or enhancement has not already been suggested.
2828

2929
### Open a Pull Request
3030

3131
- Fork the repo, create a branch, implement your changes, add any relevant tests, submit a PR when your changes are **tested** and ready for review.
32-
- Fill in [our pull request template](https://github.com/nginxinc/docker-nginx/blob/master/.github/pull_request_template.md).
32+
- Fill in [our pull request template](https://github.com/nginx/docker-nginx/blob/master/.github/pull_request_template.md).
3333

34-
Note: if you'd like to implement a new feature, please consider creating a [feature request issue](https://github.com/nginxinc/docker-nginx/blob/master/.github/feature_request_template.md) first to start a discussion about the feature.
34+
Note: if you'd like to implement a new feature, please consider creating a [feature request issue](https://github.com/nginx/docker-nginx/blob/master/.github/feature_request_template.md) first to start a discussion about the feature.
3535

3636
## Code Guidelines
3737

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
2-
[![Community Support](https://badgen.net/badge/support/community/cyan?icon=awesome)](https://github.com/nginxinc/docker-nginx/blob/master/SUPPORT.md)
2+
[![Community Support](https://badgen.net/badge/support/community/cyan?icon=awesome)](https://github.com/nginx/docker-nginx/blob/master/SUPPORT.md)
33

44
# About this Repo
55

6-
## Maintained by: [the NGINX Docker Maintainers](https://github.com/nginxinc/docker-nginx)
6+
## Maintained by: [the NGINX Docker Maintainers](https://github.com/nginx/docker-nginx)
77

88
This is the Git repo of the [Docker "Official Image"](https://github.com/docker-library/official-images#what-are-official-images) for [`nginx`](https://hub.docker.com/_/nginx/). See [the Docker Hub page](https://hub.docker.com/_/nginx/) for the full readme on how to use this Docker image and for information regarding contributing and issues.
99

@@ -19,17 +19,17 @@ For outstanding `nginx` image PRs, check [PRs with the "library/nginx" label on
1919

2020
## Contributing
2121

22-
Please see the [contributing guide](https://github.com/nginxinc/docker-nginx/blob/master/CONTRIBUTING.md) for guidelines on how to best contribute to this project.
22+
Please see the [contributing guide](https://github.com/nginx/docker-nginx/blob/master/CONTRIBUTING.md) for guidelines on how to best contribute to this project.
2323

2424
## License
2525

26-
[BSD 2-Clause](https://github.com/nginxinc/docker-nginx/blob/master/LICENSE)
26+
[BSD 2-Clause](https://github.com/nginx/docker-nginx/blob/master/LICENSE)
2727

2828
© [F5, Inc.](https://www.f5.com/) 2023
2929

3030
---
3131

32-
- [![build status badge](https://img.shields.io/github/actions/workflow/status/nginxinc/docker-nginx/ci.yml?branch=master&label=GitHub%20CI)](https://github.com/nginxinc/docker-nginx/actions?query=workflow%3A%22GitHub+CI%22+branch%3Amaster)
32+
- [![build status badge](https://img.shields.io/github/actions/workflow/status/nginx/docker-nginx/ci.yml?branch=master&label=GitHub%20CI)](https://github.com/nginx/docker-nginx/actions?query=workflow%3A%22GitHub+CI%22+branch%3Amaster)
3333

3434
| Build | Status | Badges | (per-arch) |
3535
|:-:|:-:|:-:|:-:|

SUPPORT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Want to get in touch with the NGINX development team directly? Try using the rel
3030

3131
## Contributing
3232

33-
Please see the [contributing guide](https://github.com/nginxinc/docker-nginx/blob/master/CONTRIBUTING.md) for guidelines on how to best contribute to this project.
33+
Please see the [contributing guide](https://github.com/nginx/docker-nginx/blob/master/CONTRIBUTING.md) for guidelines on how to best contribute to this project.
3434

3535
## Commercial Support
3636

generate-stackbrew-library.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ dirCommit() {
3636
}
3737

3838
cat <<-EOH
39-
# this file is generated via https://github.com/nginxinc/docker-nginx/blob/$(fileCommit "$self")/$self
39+
# this file is generated via https://github.com/nginx/docker-nginx/blob/$(fileCommit "$self")/$self
4040
41-
Maintainers: NGINX Docker Maintainers <[email protected]> (@nginxinc)
42-
GitRepo: https://github.com/nginxinc/docker-nginx.git
41+
Maintainers: NGINX Docker Maintainers <[email protected]> (@nginx)
42+
GitRepo: https://github.com/nginx/docker-nginx.git
4343
EOH
4444

4545
# prints "$2$1$3$1...$N"

modules/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ enabled by setting the environment variable `DOCKER_BUILDKIT` to `1`.
1414

1515
If you can not or do not want to use BuildKit, you can use a previous version
1616
of these files, see for example
17-
https://github.com/nginxinc/docker-nginx/tree/4bf0763f4977fff7e9648add59e0540088f3ca9f/modules.
17+
https://github.com/nginx/docker-nginx/tree/4bf0763f4977fff7e9648add59e0540088f3ca9f/modules.
1818

1919
## Usage
2020

@@ -115,7 +115,7 @@ cd myapp
115115
116116
```
117117
mkdir my-nginx
118-
curl -o my-nginx/Dockerfile https://raw.githubusercontent.com/nginxinc/docker-nginx/master/modules/Dockerfile
118+
curl -o my-nginx/Dockerfile https://raw.githubusercontent.com/nginx/docker-nginx/master/modules/Dockerfile
119119
```
120120
121121
3. Create a `docker-compose.yml` file:
@@ -157,7 +157,7 @@ cd myapp-cache
157157
158158
```
159159
mkdir my-nginx
160-
curl -o my-nginx/Dockerfile https://raw.githubusercontent.com/nginxinc/docker-nginx/master/modules/Dockerfile
160+
curl -o my-nginx/Dockerfile https://raw.githubusercontent.com/nginx/docker-nginx/master/modules/Dockerfile
161161
mkdir my-nginx/cachepurge
162162
echo "https://github.com/FRiCKLE/ngx_cache_purge/archive/2.3.tar.gz" > my-nginx/cachepurge/source
163163
```

0 commit comments

Comments
 (0)