We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fd178 commit d9c9486Copy full SHA for d9c9486
content/en/tko/session-5/docs/deploy-apache.md
@@ -131,7 +131,7 @@ spec:
131
spec:
132
containers:
133
- name: php-apache
134
- image: rcastley/php-apache:latest
+ image: ghcr.io/splunk/php-apache:latest
135
ports:
136
- containerPort: 80
137
resources:
content/en/tko/session-5/php-apache/Dockerfile
@@ -4,3 +4,5 @@ WORKDIR /var/www/html
4
COPY status.conf /etc/apache2/mods-available/status.conf
5
COPY index.php index.php
6
EXPOSE 80
7
+
8
+LABEL org.opencontainers.image.source=https://github.com/splunk/observability-workshop
0 commit comments