Commit a7dc11df authored by Pablo Armingol's avatar Pablo Armingol
Browse files

Fixing Pipeline Errors

parent db422f2a
Loading
Loading
Loading
Loading
+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 python:3.9-slim
FROM mirror.gcr.io/library/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 python:3.9-slim
FROM mirror.gcr.io/library/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 python:3.9-slim
FROM mirror.gcr.io/library/python:3.9-slim

# Install dependencies
RUN apt-get --yes --quiet --quiet update && \
+2 −2
Original line number Diff line number Diff line
@@ -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/
@@ -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
+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 python:3.9-slim
FROM mirror.gcr.io/library/python:3.9-slim

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