Skip to content

build(deps): Bump atsigncompany/noports_e2e_all_base_runtime from c71bac9 to adb6473 in /tests/e2e_all/dockerfiles in the docker group across 1 directory #2011

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/e2e_all/dockerfiles/Dockerfile.c.branch
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN set -eux ; \
cmake --build build ; \
mv build/srv ${OUTPUT_DIR}/srv

FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:c71bac9e36eff0fbc6c058d14c2196e4ca24606a8e69026a85b334413c645c75 AS runtime
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:adb6473a625a42077e4c788a5e37424918323cd66d4e4961c60b66e5f87e7a9b AS runtime

ENV USER=atsign
ENV HOMEDIR=/${USER}
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e_all/dockerfiles/Dockerfile.c.current
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN set -eux ; \
mv build/srv ${OUTPUT_DIR}/srv


FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:c71bac9e36eff0fbc6c058d14c2196e4ca24606a8e69026a85b334413c645c75 AS runtime
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:adb6473a625a42077e4c788a5e37424918323cd66d4e4961c60b66e5f87e7a9b AS runtime

ENV USER=atsign
ENV HOMEDIR=/${USER}
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e_all/dockerfiles/Dockerfile.c.release
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN set -eux ; \
cmake --build build ; \
mv build/srv ${OUTPUT_DIR}/srv ;

FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:c71bac9e36eff0fbc6c058d14c2196e4ca24606a8e69026a85b334413c645c75 AS runtime
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:adb6473a625a42077e4c788a5e37424918323cd66d4e4961c60b66e5f87e7a9b AS runtime

ENV USER=atsign
ENV HOMEDIR=/${USER}
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e_all/dockerfiles/Dockerfile.dart.branch
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN set -eux ; \
dart compile exe ${PACKAGE_DIR}/bin/srv.dart -o ${OUTPUT_DIR}/srv ; \
dart compile exe ${PACKAGE_DIR}/bin/srvd.dart -o ${OUTPUT_DIR}/srvd

FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:c71bac9e36eff0fbc6c058d14c2196e4ca24606a8e69026a85b334413c645c75 AS runtime
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:adb6473a625a42077e4c788a5e37424918323cd66d4e4961c60b66e5f87e7a9b AS runtime

ENV USER=atsign
ENV HOMEDIR=/${USER}
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e_all/dockerfiles/Dockerfile.dart.current
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN set -eux ; \
dart compile exe bin/srv.dart -o ${OUTPUT_DIR}/srv ; \
dart compile exe bin/srvd.dart -o ${OUTPUT_DIR}/srvd

FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:c71bac9e36eff0fbc6c058d14c2196e4ca24606a8e69026a85b334413c645c75 AS runtime
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:adb6473a625a42077e4c788a5e37424918323cd66d4e4961c60b66e5f87e7a9b AS runtime

ENV USER=atsign
ENV HOMEDIR=/${USER}
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e_all/dockerfiles/Dockerfile.dart.release
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get update && \
cd sshnp && \
mv -f at_activate install.sh np_admin npp_atserver npp_file npt srv srvd sshnp sshnpd ${OUTPUT_DIR} || true

FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:c71bac9e36eff0fbc6c058d14c2196e4ca24606a8e69026a85b334413c645c75 AS runtime
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:adb6473a625a42077e4c788a5e37424918323cd66d4e4961c60b66e5f87e7a9b AS runtime

ENV USER=atsign
ENV HOMEDIR=/${USER}
Expand Down