Skip to content

Commit d9c9486

Browse files
committed
Github package
1 parent 71fd178 commit d9c9486

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

content/en/tko/session-5/docs/deploy-apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ spec:
131131
spec:
132132
containers:
133133
- name: php-apache
134-
image: rcastley/php-apache:latest
134+
image: ghcr.io/splunk/php-apache:latest
135135
ports:
136136
- containerPort: 80
137137
resources:

content/en/tko/session-5/php-apache/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ WORKDIR /var/www/html
44
COPY status.conf /etc/apache2/mods-available/status.conf
55
COPY index.php index.php
66
EXPOSE 80
7+
8+
LABEL org.opencontainers.image.source=https://github.com/splunk/observability-workshop

0 commit comments

Comments
 (0)