You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CODE_OF_CONDUCT.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,19 @@ We pledge to act and interact in ways that contribute to an open, welcoming, div
10
10
11
11
Examples of behavior that contribute to a positive environment for our project and community include:
12
12
13
-
*Demonstrating empathy and kindness toward other people
14
-
*Being respectful of differing opinions, viewpoints, and experiences
15
-
*Giving and gracefully accepting constructive feedback
16
-
*Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
-
*Focusing on what is best, not just for us as individuals but for the overall community
13
+
*Demonstrating empathy and kindness toward other people
14
+
*Being respectful of differing opinions, viewpoints, and experiences
15
+
*Giving and gracefully accepting constructive feedback
16
+
*Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+
*Focusing on what is best, not just for us as individuals but for the overall community
18
18
19
19
Examples of unacceptable behavior include:
20
20
21
-
*The use of sexualized language or imagery, and sexual attention or advances of any kind
22
-
*Trolling, insulting or derogatory comments, and personal or political attacks
23
-
*Public or private harassment
24
-
*Publishing others’ private information, such as a physical or email address, without their explicit permission
25
-
*Other conduct which could reasonably be considered inappropriate in a professional setting
21
+
*The use of sexualized language or imagery, and sexual attention or advances of any kind
22
+
*Trolling, insulting or derogatory comments, and personal or political attacks
23
+
*Public or private harassment
24
+
*Publishing others’ private information, such as a physical or email address, without their explicit permission
25
+
*Other conduct which could reasonably be considered inappropriate in a professional setting
26
26
27
27
## Our Responsibilities
28
28
@@ -36,7 +36,7 @@ This Code of Conduct applies when an individual is representing the project or i
36
36
37
37
## Enforcement
38
38
39
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by first contacting the project team. Oversight of Adobe projects is handled by the Adobe Open Source Office, which has final say in any violations and enforcement of this Code of Conduct and can be reached at [email protected]. All complaints will be reviewed and investigated promptly and fairly.
39
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by first contacting the project team. Oversight of Adobe projects is handled by the Adobe Open Source Office, which has final say in any violations and enforcement of this Code of Conduct and can be reached at <[email protected]>. All complaints will be reviewed and investigated promptly and fairly.
40
40
41
41
The project team must respect the privacy and security of the reporter of any incident.
42
42
@@ -46,25 +46,25 @@ Project maintainers who do not follow or enforce the Code of Conduct may face te
46
46
47
47
Project maintainers will follow these Community Impact Guidelines in determining the consequences for any action they deem to be in violation of this Code of Conduct:
48
48
49
-
**1. Correction**
49
+
### 1. Correction
50
50
51
51
Community Impact: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
52
52
53
53
Consequence: A private, written warning from project maintainers describing the violation and why the behavior was unacceptable. A public apology may be requested from the violator before any further involvement in the project by violator.
54
54
55
-
**2. Warning**
55
+
### 2. Warning
56
56
57
57
Community Impact: A relatively minor violation through a single incident or series of actions.
58
58
59
59
Consequence: A written warning from project maintainers that includes stated consequences for continued unacceptable behavior. Violator must refrain from interacting with the people involved for a specified period of time as determined by the project maintainers, including, but not limited to, unsolicited interaction with those enforcing the Code of Conduct through channels such as community spaces and social media. Continued violations may lead to a temporary or permanent ban.
60
60
61
-
**3. Temporary Ban**
61
+
### 3. Temporary Ban
62
62
63
63
Community Impact: A more serious violation of community standards, including sustained unacceptable behavior.
64
64
65
65
Consequence: A temporary ban from any interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Failure to comply with the temporary ban may lead to a permanent ban.
66
66
67
-
**4. Permanent Ban**
67
+
### 4. Permanent Ban
68
68
69
69
Community Impact: Demonstrating a consistent pattern of violation of community standards or an egregious violation of community standards, including, but not limited to, sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
70
70
@@ -76,4 +76,4 @@ This Code of Conduct is adapted from the [Contributor Covenant][homepage], versi
76
76
available at [http://contributor-covenant.org/version/2/1][version]
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,4 +44,4 @@ feel free to reach out to existing committers to have a conversation about that.
44
44
45
45
## Security Issues
46
46
47
-
Security issues shouldn't be reported on this issue tracker. Instead, [file an issue to our security experts](https://helpx.adobe.com/security/alertus.html).
47
+
Security issues shouldn't be reported on this issue tracker. Instead, [file an issue to our security experts](https://helpx.adobe.com/security/alertus.html).
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
# Dispatcher Docker image
3
3
4
4
This is a simple dispatcher image that is very close to an AMS setup.
5
-
It builds on top of [centos7](https://hub.docker.com/_/centos/) since the AMS dispatcher is build on top of Redhat Enterprise Linux 7.7 and contains the default AMS Dispatcher 2.6 configuration.
5
+
It builds on top of [Redhat Universal Base Image 8.8](https://hub.docker.com/r/redhat/ubi8) and contains the default AMS Dispatcher 2.6 configuration.
6
6
7
7
The default publish host has been set to `publish.docker.local` and the default renderer is set to `host.docker.internal:4503` which should point to the AEM instance running on your local computer.
Provided `docker-compose.yaml` can be modified to suit your needs. In a typical scenario you would incorporate it to your
65
-
own Docker Compose configuration.
64
+
Provided `docker-compose.yaml` can be modified to suit your needs. In a typical scenario you would incorporate it to your own Docker Compose configuration.
66
65
67
66
You can start dispatcher with Docker Compose using script `dispatcher-docker-compose`
68
67
@@ -74,7 +73,6 @@ Following folders are mounted from the host os to make it easier to inspect cach
74
73
| mnt/publish_docroot | Publish cached files |
75
74
| mnt/log | Dispatcher logs |
76
75
77
-
78
76
## Checking the container's current state
79
77
80
78
```shell
@@ -85,7 +83,7 @@ CONTAINER ID IMAGE COMMAND CREATED STATUS
85
83
86
84
## Testing your AEM installation
87
85
88
-
The dispatcher maps `publish.docker.local` to the local publisher instance on port 4503.
86
+
The dispatcher maps `publish.docker.local` to the local publisher instance on port 4503.
89
87
Run the publisher and navigate to [http://we-retail.docker.local/content/we-retail/language-masters/en.html](http://we-retail.docker.local/content/we-retail/language-masters/en.html)
0 commit comments