Commit 34d9bb6b authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

ECOC F5GA Telemetry Demo:

- Corrected docker image names
parent cf93738a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ spec:
      restartPolicy: Always
      containers:
      - name: cockroachdb
        image: http://10.254.6.194:5000/cockroachdb/cockroach:latest-v22.2
        image: localhost:5000/cockroachdb/cockroach:latest-v22.2
        imagePullPolicy: IfNotPresent
        args:
        - start-single-node
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ spec:
      restartPolicy: Always
      containers:
      - name: kafka
        image: http://10.254.6.194:5000/bitnami/kafka:latest
        image: localhost:5000/bitnami/kafka:latest
        imagePullPolicy: IfNotPresent
        ports:
        - name: clients
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ spec:
      restartPolicy: Always
      containers:
      - name: metricsdb
        image: http://10.254.6.194:5000/questdb/questdb:latest
        image: localhost:5000/questdb/questdb:latest
        ports:
        - containerPort: 9000
        - containerPort: 9009
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM 10.254.6.194:5000/python:3.9-slim
FROM localhost:5000/python:3.9-slim

# Install dependencies
RUN apt-get --yes --quiet --quiet update && \
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM 10.254.6.194:5000/python:3.9-slim
FROM localhost:5000/python:3.9-slim

# Install dependencies
RUN apt-get --yes --quiet --quiet update && \
Loading