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 localhost:5000/python:3.9-slim FROM 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 localhost:5000/python:3.9-slim FROM python:3.9-slim # Install dependencies RUN apt-get --yes --quiet --quiet update && \ Loading src/nbi/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 localhost:5000/python:3.9-slim FROM python:3.9-slim # Install dependencies RUN apt-get --yes --quiet --quiet update && \ Loading src/pathcomp/backend/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ # Multi-stage Docker image build # Stage 1 FROM localhost:5000/ubuntu:20.04 AS builder FROM ubuntu:20.04 AS builder ARG DEBIAN_FRONTEND=noninteractive # Install build software Loading Loading @@ -53,7 +53,7 @@ ENTRYPOINT [ "./pathComp-cvr", "config/pathcomp.conf", "screen_only" ] # Stage 2 FROM localhost:5000/ubuntu:20.04 AS release FROM ubuntu:20.04 AS release ARG DEBIAN_FRONTEND=noninteractive # Install build software Loading src/pathcomp/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 localhost:5000/python:3.9-slim FROM python:3.9-slim # Install dependencies RUN apt-get --yes --quiet --quiet update && \ Loading 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 localhost:5000/python:3.9-slim FROM 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 localhost:5000/python:3.9-slim FROM python:3.9-slim # Install dependencies RUN apt-get --yes --quiet --quiet update && \ Loading
src/nbi/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 localhost:5000/python:3.9-slim FROM python:3.9-slim # Install dependencies RUN apt-get --yes --quiet --quiet update && \ Loading
src/pathcomp/backend/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ # Multi-stage Docker image build # Stage 1 FROM localhost:5000/ubuntu:20.04 AS builder FROM ubuntu:20.04 AS builder ARG DEBIAN_FRONTEND=noninteractive # Install build software Loading Loading @@ -53,7 +53,7 @@ ENTRYPOINT [ "./pathComp-cvr", "config/pathcomp.conf", "screen_only" ] # Stage 2 FROM localhost:5000/ubuntu:20.04 AS release FROM ubuntu:20.04 AS release ARG DEBIAN_FRONTEND=noninteractive # Install build software Loading
src/pathcomp/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 localhost:5000/python:3.9-slim FROM python:3.9-slim # Install dependencies RUN apt-get --yes --quiet --quiet update && \ Loading