Skip to content

Commit f028c56

Browse files
authored
Change to use images from 'eiffel' instead of playground (#12)
1 parent 099c44b commit f028c56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

go/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG DEBIAN_RELEASE=buster
2-
FROM registry.nordix.org/eiffel-playground/etos-base-test-runner:$DEBIAN_RELEASE
2+
FROM registry.nordix.org/eiffel/etos-base-test-runner:$DEBIAN_RELEASE
33

44
ARG GO_VERSION
55
USER root

python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG DEBIAN_RELEASE=buster
2-
FROM registry.nordix.org/eiffel-playground/etos-base-test-runner:$DEBIAN_RELEASE
2+
FROM registry.nordix.org/eiffel/etos-base-test-runner:$DEBIAN_RELEASE
33

44
ARG PYTHON_VERSION
55
# Don't install if python version is already installed.

rust/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG DEBIAN_RELEASE=buster
2-
FROM registry.nordix.org/eiffel-playground/etos-base-test-runner:$DEBIAN_RELEASE
2+
FROM registry.nordix.org/eiffel/etos-base-test-runner:$DEBIAN_RELEASE
33

44
ARG RUST_VERSION
55
RUN /usr/bin/curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $RUST_VERSION

0 commit comments

Comments
 (0)