Skip to content
Open
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
4 changes: 2 additions & 2 deletions docker/remote-env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# ssh credentials (test user):
# ssh user@localhost -p2222 (enter `password` on the command-line)

FROM gcr.io/istio-testing/build-tools:master-65b95c3425a26e633081b2d0834cc0df6e81fd8a
FROM registry.istio.io/testing/build-tools:master-65b95c3425a26e633081b2d0834cc0df6e81fd8a

# - git (and git-lfs), for git operations (to e.g. push your work).
# Also required for setting up your configured dotfiles in the workspace.
Expand Down Expand Up @@ -79,4 +79,4 @@ RUN echo "export PATH=$PATH" >> $REMOTE_USER_LOGIN_SCRIPT

ENV BUILD_WITH_CONTAINER=0
EXPOSE 22
CMD ["/usr/sbin/sshd", "-D", "-e", "-f", "/etc/ssh/sshd_remote_dev"]
CMD ["/usr/sbin/sshd", "-D", "-e", "-f", "/etc/ssh/sshd_remote_dev"]