Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Fix README files to include gosu (closes #88)
Browse files Browse the repository at this point in the history
  • Loading branch information
knservis authored and BenFradet committed Aug 31, 2018
1 parent 84ffb78 commit b39c17b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion piinguin-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This folder contains

The Piinguin Server runs under [dumb-init][dumb-init] which handles reaping zombie processes
and forwards signals on to all processes running in the container. This image also uses
[su-exec][su-exec], as a sudo replacement, to run the Piinguin Server as the non-root `snowplow` user.
[su-exec][su-exec] or [gosu][gosu], as a sudo replacement, to run the Piinguin Server as the non-root `snowplow` user.

The `-XX:+UnlockExperimentalVMOptions` and `-XX:+UseCGroupMemoryLimitForHeap` JVM options will be
automatically provided when launching the server in order to make the JVM adhere to the memory
Expand Down Expand Up @@ -100,3 +100,4 @@ limitations under the License.
[dumb-init]: https://github.com/Yelp/dumb-init
[su-exec]: https://github.com/ncopa/su-exec
[jvm-docker-article]: https://blogs.oracle.com/java-platform-group/java-se-support-for-docker-cpu-and-memory-limits
[gosu]: https://github.com/tianon/gosu
3 changes: 2 additions & 1 deletion scala-stream-collector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This image is based on [the base image][base-image] which leverages

The Scala Stream Collector runs under [dumb-init][dumb-init] which handles reaping zombie processes
and forwards signals on to all processes running in the container. This image also uses
[su-exec][su-exec], as a sudo replacement, to run the collector as the non-root `snowplow` user.
[su-exec][su-exec] or [gosu][gosu], as a sudo replacement, to run the collector as the non-root `snowplow` user.

The container exposes the `/snowplow/config` volume to store the collector configuration. If this
folder is bind mounted then ownership will be changed to the `snowplow` user.
Expand Down Expand Up @@ -92,6 +92,7 @@ limitations under the License.
[ssc]: https://github.com/snowplow/snowplow/tree/master/2-collectors/scala-stream-collector
[dumb-init]: https://github.com/Yelp/dumb-init
[su-exec]: https://github.com/ncopa/su-exec
[gosu]: https://github.com/tianon/gosu

[jvm-docker-article]: https://blogs.oracle.com/java-platform-group/java-se-support-for-docker-cpu-and-memory-limits

Expand Down
3 changes: 2 additions & 1 deletion stream-enrich/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This image is based on [the base image][base-image] which leverages

Stream Enrich runs under [dumb-init][dumb-init] which handles reaping zombie processes
and forwards signals on to all processes running in the container. This image also uses
[su-exec][su-exec], as a sudo replacement, to run Stream Enrich as the non-root `snowplow` user.
[su-exec][su-exec] or [gosu][gosu], as a sudo replacement, to run Stream Enrich as the non-root `snowplow` user.

The container exposes the `/snowplow/config` volume to store the enrich configuration. If this
folder is bind mounted then ownership will be changed to the `snowplow` user.
Expand Down Expand Up @@ -100,6 +100,7 @@ limitations under the License.
[stream-enrich]: https://github.com/snowplow/snowplow/tree/master/3-enrich/stream-enrich
[dumb-init]: https://github.com/Yelp/dumb-init
[su-exec]: https://github.com/ncopa/su-exec
[gosu]: https://github.com/tianon/gosu

[jvm-docker-article]: https://blogs.oracle.com/java-platform-group/java-se-support-for-docker-cpu-and-memory-limits

Expand Down

0 comments on commit b39c17b

Please sign in to comment.