Loading manifests/cockroachdb/single-node.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading manifests/kafka/single-node.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading manifests/questdb/manifest.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading src/context/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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 src/device/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
manifests/cockroachdb/single-node.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
manifests/kafka/single-node.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
manifests/questdb/manifest.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
src/context/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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
src/device/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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