Skip to content

Commit

Permalink
doc: Replace docker.io with ghcr.io
Browse files Browse the repository at this point in the history
DEPRECATION: Eventually we will discontinue docker.io as our registry we publish to both but will update docs going forward. Also setting 1 as the label to address issue with cache on latest and allow for future potential breaking changes (none planned yet)
  • Loading branch information
rfaircloth-splunk committed Aug 5, 2021
1 parent 2028a66 commit 7e0728e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/gettingstarted/docker-compose-MacOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ prior to relaunching via compose.
version: "3.7"
services:
sc4s:
image: docker.io/splunk/scs:latest
image: ghcr.io/splunk/splunk-connect-for-syslog/splunk-connect-for-syslog:1
ports:
- target: 514
published: 514
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted/docker-swarm-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ prior to relaunching via compose.
version: "3.7"
services:
sc4s:
image: docker.io/splunk/scs:latest
image: ghcr.io/splunk/splunk-connect-for-syslog/splunk-connect-for-syslog:1
networks:
- host
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted/docker-swarm-rhel7.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ prior to relaunching via compose.
version: "3.7"
services:
sc4s:
image: docker.io/splunk/scs:latest
image: ghcr.io/splunk/splunk-connect-for-syslog/splunk-connect-for-syslog:1
networks:
- host
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted/docker-systemd-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ After=NetworkManager.service network-online.target
WantedBy=multi-user.target

[Service]
Environment="SC4S_IMAGE=docker.io/splunk/scs:latest"
Environment="SC4S_IMAGE=ghcr.io/splunk/splunk-connect-for-syslog/splunk-connect-for-syslog:1"

# Required mount point for syslog-ng persist data (including disk buffer)
Environment="SC4S_PERSIST_MOUNT=splunk-sc4s-var:/var/lib/syslog-ng"
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted/podman-systemd-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ After=NetworkManager.service network-online.target
WantedBy=multi-user.target

[Service]
Environment="SC4S_IMAGE=docker.io/splunk/scs:latest"
Environment="SC4S_IMAGE=ghcr.io/splunk/splunk-connect-for-syslog/splunk-connect-for-syslog:1"

# Required mount point for syslog-ng persist data (including disk buffer)
Environment="SC4S_PERSIST_MOUNT=splunk-sc4s-var:/var/lib/syslog-ng"
Expand Down

0 comments on commit 7e0728e

Please sign in to comment.