Skip to content

Commit a3709ea

Browse files
committed
Correct branding on docker files
Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
1 parent 97fceb3 commit a3709ea

File tree

2 files changed

+13
-24
lines changed

2 files changed

+13
-24
lines changed

docker/README.md

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* [Supported tags and respective Dockerfile links](#supported-tags)
55
* [Supported Architectures](#supported-architectures)
66
* [Quick Reference](#quick-reference)
7-
* [What is Mirth Connect](#what-is-connect)
7+
* [What is Open Integration Engine](#what-is-connect)
88
* [How to use this image](#how-to-use)
99
* [Start a Connect instance](#start-connect)
1010
* [Using `docker stack deploy` or `docker-compose`](#using-docker-compose)
@@ -24,18 +24,18 @@
2424

2525
##### Eclipse Temurin OpenJDK 21
2626

27-
* [latest-jdk](https://github.com/ghcr.io/mgaffigan/oie-docker/blob/master/Dockerfile)
27+
* [latest-jdk](https://github.com/openintegrationengine/engine/blob/main/Dockerfile)
2828

2929
##### Eclipse Temurin OpenJRE 21 (Alpine)
3030

31-
* [latest](https://github.com/ghcr.io/mgaffigan/oie-docker/blob/master/Dockerfile)
31+
* [latest](https://github.com/openintegrationengine/engine/blob/main/Dockerfile)
3232

3333
------------
3434

3535
<a name="supported-architectures"></a>
3636
# Supported Architectures [](#top)
3737

38-
Docker images for Mirth Connect 4.4.0 and later versions support both `linux/amd64` and `linux/arm64` architectures. Earlier versions only support `linux/amd64`. As an example, to pull the latest `linux/arm64` image, use the command
38+
Docker images for Open Integration Engine 4.4.0 and later versions support both `linux/amd64` and `linux/arm64` architectures. Earlier versions only support `linux/amd64`. As an example, to pull the latest `linux/arm64` image, use the command
3939
```
4040
docker pull --platform linux/arm64 ghcr.io/mgaffigan/oie:latest
4141
```
@@ -52,11 +52,9 @@ Engage with the community and project through [the options listed on the main Gi
5252
------------
5353

5454
<a name="what-is-connect"></a>
55-
# What is Mirth Connect [](#top)
55+
# What is Open Integration Engine [](#top)
5656

57-
An open-source message integration engine focused on healthcare. For more information please visit our [GitHub page](https://github.com/ghcr.io/mgaffigan/oie).
58-
59-
<img src="https://s3.us-east-1.amazonaws.com/downloads.mirthcorp.com/images/MirthConnect_Logo_WordMark_RGB.png"/>
57+
An open-source message integration engine focused on healthcare. For more information please visit our [GitHub page](https://github.com/openintegrationengine/engine).
6058

6159
------------
6260

@@ -137,18 +135,18 @@ services:
137135
- 5432
138136
```
139137
140-
[![Try in PWD](https://raw.githubusercontent.com/play-with-docker/stacks/master/assets/images/button.png)](http://play-with-docker.com/?stack=https://raw.githubusercontent.com/ghcr.io/mgaffigan/oie-docker/master/examples/play-with-docker-example.yml)
138+
[![Try in PWD](https://raw.githubusercontent.com/play-with-docker/stacks/master/assets/images/button.png)](http://play-with-docker.com/?stack=https://raw.githubusercontent.com/OpenIntegrationEngine/engine/refs/heads/main/docker/examples/play-with-docker-example.yml)
141139
142140
Try it out with Play With Docker! Note that in order to access the 8080/8443 ports from your workstation, follow [their guide](https://github.com/play-with-docker/play-with-docker#how-can-i-connect-to-a-published-port-from-the-outside-world) to format the URL correctly. When you login via the Administrator GUI, use port 443 on the end instead of 8443.
143141
144-
There are other example stack files in the [examples directory](https://github.com/ghcr.io/mgaffigan/oie-docker/tree/master/examples)!
142+
There are other example stack files in the [examples directory](https://github.com/OpenIntegrationEngine/engine/tree/main/docker/examples)!
145143
146144
------------
147145
148146
<a name="environment-variables"></a>
149147
## Environment Variables [↑](#top)
150148
151-
You can use environment variables to configure the [mirth.properties](https://github.com/ghcr.io/mgaffigan/oie/blob/development/server/conf/mirth.properties) file or to add custom JVM options. More information on the available mirth.properties options can be found in the [Connect User Guide](http://downloads.mirthcorp.com/connect-user-guide/latest/mirth-connect-user-guide.pdf).
149+
You can use environment variables to configure the [mirth.properties](https://github.com/OpenIntegrationEngine/engine/blob/main/server/conf/mirth.properties) file or to add custom JVM options. More information on the available mirth.properties options can be found in the [Connect User Guide](http://downloads.mirthcorp.com/connect-user-guide/latest/mirth-connect-user-guide.pdf).
152150
153151
To set environment variables, use the `-e` option for each variable on the command line:
154152

@@ -182,7 +180,7 @@ docker run --env-file=myenvfile.txt -p 8443:8443 ghcr.io/mgaffigan/oie
182180
<a name="env-database"></a>
183181
#### `DATABASE`
184182

185-
The database type to use for the NextGen Connect Integration Engine backend database. Options:
183+
The database type to use for the Open Integration Engine backend database. Options:
186184

187185
* derby
188186
* mysql
@@ -409,12 +407,3 @@ Example:
409407
environment:
410408
...
411409
```
412-
413-
------------
414-
415-
<a name="license"></a>
416-
# License [↑](#top)
417-
418-
The Dockerfiles, entrypoint script, and any other files used to build these Docker images are Copyright © NextGen Healthcare and licensed under the [Mozilla Public License 2.0](https://www.mozilla.org/en-US/MPL/2.0/).
419-
420-
You can find a copy of the NextGen Connect license in [server/docs/LICENSE.txt](https://github.com/ghcr.io/mgaffigan/oie/blob/development/server/docs/LICENSE.txt). All licensing information regarding third-party libraries is located in the [server/docs/thirdparty](https://github.com/ghcr.io/mgaffigan/oie/tree/development/server/docs/thirdparty) folder.

docker/mirth-connect.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Mirth Connect Server Launcher Script
3+
# Open Integration Engine Server Launcher Script
44

55
APP_ARGS=("$@")
66

@@ -85,8 +85,8 @@ JAVA_OPTS=("${VMOPTIONS[@]}"
8585
"com.mirth.connect.server.launcher.MirthLauncher"
8686
"${APP_ARGS[@]}")
8787

88-
# Launch Mirth Connect (as this PID with exec)
89-
echo "Starting Mirth Connect..."
88+
# Launch Open Integration Engine (as this PID with exec)
89+
echo "Starting Open Integration Engine..."
9090
# This doesn't include quotes, which could be confusing. Not sure if there's a
9191
# better way to do this.
9292
echo "$JAVA_PATH ${JAVA_OPTS[*]}"

0 commit comments

Comments
 (0)