Loading src/analytics/backend/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 python:3.9-slim FROM mirror.gcr.io/library/python:3.9-slim # Install dependencies RUN apt-get --yes --quiet --quiet update && \ Loading src/analytics/frontend/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 python:3.9-slim FROM mirror.gcr.io/library/python:3.9-slim # Install dependencies RUN apt-get --yes --quiet --quiet update && \ Loading src/automation/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 python:3.9-slim FROM mirror.gcr.io/library/python:3.9-slim # Install dependencies RUN apt-get --yes --quiet --quiet update && \ Loading src/bgpls_speaker/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ # WORKDIR /usr/src/app # RUN git clone https://github.com/telefonicaid/netphony-network-protocols.git . FROM maven:3.8.8-eclipse-temurin-17 AS build FROM mirror.gcr.io/library/maven:3.8.8-eclipse-temurin-17 AS build WORKDIR / COPY src/bgpls_speaker/service/java/netphony-topology/ netphony-topology/ Loading @@ -39,7 +39,7 @@ WORKDIR /netphony-topology/target/ # Stage 2 # FROM python:3.9-slim FROM mirror.gcr.io/library/python:3.9-slim # Install dependencies Loading src/common/tools/rest_conf/server/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 python:3.9-slim FROM mirror.gcr.io/library/python:3.9-slim # Install dependencies RUN apt-get --yes --quiet --quiet update && \ Loading Loading
src/analytics/backend/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 python:3.9-slim FROM mirror.gcr.io/library/python:3.9-slim # Install dependencies RUN apt-get --yes --quiet --quiet update && \ Loading
src/analytics/frontend/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 python:3.9-slim FROM mirror.gcr.io/library/python:3.9-slim # Install dependencies RUN apt-get --yes --quiet --quiet update && \ Loading
src/automation/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 python:3.9-slim FROM mirror.gcr.io/library/python:3.9-slim # Install dependencies RUN apt-get --yes --quiet --quiet update && \ Loading
src/bgpls_speaker/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ # WORKDIR /usr/src/app # RUN git clone https://github.com/telefonicaid/netphony-network-protocols.git . FROM maven:3.8.8-eclipse-temurin-17 AS build FROM mirror.gcr.io/library/maven:3.8.8-eclipse-temurin-17 AS build WORKDIR / COPY src/bgpls_speaker/service/java/netphony-topology/ netphony-topology/ Loading @@ -39,7 +39,7 @@ WORKDIR /netphony-topology/target/ # Stage 2 # FROM python:3.9-slim FROM mirror.gcr.io/library/python:3.9-slim # Install dependencies Loading
src/common/tools/rest_conf/server/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 python:3.9-slim FROM mirror.gcr.io/library/python:3.9-slim # Install dependencies RUN apt-get --yes --quiet --quiet update && \ Loading