File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
tests/e2e_all/dockerfiles Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN set -eux ; \
24
24
cmake --build build ; \
25
25
mv build/srv ${OUTPUT_DIR}/srv
26
26
27
- FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:c71bac9e36eff0fbc6c058d14c2196e4ca24606a8e69026a85b334413c645c75 AS runtime
27
+ FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:adb6473a625a42077e4c788a5e37424918323cd66d4e4961c60b66e5f87e7a9b AS runtime
28
28
29
29
ENV USER=atsign
30
30
ENV HOMEDIR=/${USER}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN set -eux ; \
25
25
mv build/srv ${OUTPUT_DIR}/srv
26
26
27
27
28
- FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:c71bac9e36eff0fbc6c058d14c2196e4ca24606a8e69026a85b334413c645c75 AS runtime
28
+ FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:adb6473a625a42077e4c788a5e37424918323cd66d4e4961c60b66e5f87e7a9b AS runtime
29
29
30
30
ENV USER=atsign
31
31
ENV HOMEDIR=/${USER}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ RUN set -eux ; \
35
35
cmake --build build ; \
36
36
mv build/srv ${OUTPUT_DIR}/srv ;
37
37
38
- FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:c71bac9e36eff0fbc6c058d14c2196e4ca24606a8e69026a85b334413c645c75 AS runtime
38
+ FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:adb6473a625a42077e4c788a5e37424918323cd66d4e4961c60b66e5f87e7a9b AS runtime
39
39
40
40
ENV USER=atsign
41
41
ENV HOMEDIR=/${USER}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN set -eux ; \
24
24
dart compile exe ${PACKAGE_DIR}/bin/srv.dart -o ${OUTPUT_DIR}/srv ; \
25
25
dart compile exe ${PACKAGE_DIR}/bin/srvd.dart -o ${OUTPUT_DIR}/srvd
26
26
27
- FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:c71bac9e36eff0fbc6c058d14c2196e4ca24606a8e69026a85b334413c645c75 AS runtime
27
+ FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:adb6473a625a42077e4c788a5e37424918323cd66d4e4961c60b66e5f87e7a9b AS runtime
28
28
29
29
ENV USER=atsign
30
30
ENV HOMEDIR=/${USER}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN set -eux ; \
18
18
dart compile exe bin/srv.dart -o ${OUTPUT_DIR}/srv ; \
19
19
dart compile exe bin/srvd.dart -o ${OUTPUT_DIR}/srvd
20
20
21
- FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:c71bac9e36eff0fbc6c058d14c2196e4ca24606a8e69026a85b334413c645c75 AS runtime
21
+ FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:adb6473a625a42077e4c788a5e37424918323cd66d4e4961c60b66e5f87e7a9b AS runtime
22
22
23
23
ENV USER=atsign
24
24
ENV HOMEDIR=/${USER}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN apt-get update && \
29
29
cd sshnp && \
30
30
mv -f at_activate install.sh np_admin npp_atserver npp_file npt srv srvd sshnp sshnpd ${OUTPUT_DIR} || true
31
31
32
- FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:c71bac9e36eff0fbc6c058d14c2196e4ca24606a8e69026a85b334413c645c75 AS runtime
32
+ FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:adb6473a625a42077e4c788a5e37424918323cd66d4e4961c60b66e5f87e7a9b AS runtime
33
33
34
34
ENV USER=atsign
35
35
ENV HOMEDIR=/${USER}
You can’t perform that action at this time.
0 commit comments