File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
packages/dart/sshnoports/tools Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Dockerfile
2
2
# Build image for a containerized instance of sshnpd
3
3
4
- FROM dart:3.8.2@sha256:b751e2ebf640e910b48f75396cfddf2b6cbd99f1a6ba919220e39c7f8cf3a0fa AS buildimage
4
+ FROM dart:3.8.2@sha256:d870d0bbe1ada135be805e775c5cf8444751724a924ea5e53a2f9cc5fcb1be48 AS buildimage
5
5
ENV PACKAGEDIR=packages/dart/sshnoports
6
6
ENV BINARYDIR=/usr/local/at
7
7
SHELL ["/bin/bash" , "-c" ]
Original file line number Diff line number Diff line change 1
1
# Dockerfile.activate
2
2
# Build image for a containerized call of the at_activate binary
3
- FROM dart:3.8.2@sha256:b751e2ebf640e910b48f75396cfddf2b6cbd99f1a6ba919220e39c7f8cf3a0fa AS buildimage
3
+ FROM dart:3.8.2@sha256:d870d0bbe1ada135be805e775c5cf8444751724a924ea5e53a2f9cc5fcb1be48 AS buildimage
4
4
ENV PACKAGEDIR=packages/dart/sshnoports
5
5
ENV BINARYDIR=/usr/local/at
6
6
SHELL ["/bin/bash", "-c"]
Original file line number Diff line number Diff line change 1
1
# Dockerfile.activate
2
2
# Build image for a containerized call of the at_activate binary
3
- FROM dart:3.8.2@sha256:b751e2ebf640e910b48f75396cfddf2b6cbd99f1a6ba919220e39c7f8cf3a0fa AS buildimage
3
+ FROM dart:3.8.2@sha256:d870d0bbe1ada135be805e775c5cf8444751724a924ea5e53a2f9cc5fcb1be48 AS buildimage
4
4
ENV PACKAGEDIR=packages/dart/sshnoports
5
5
ENV BINARYDIR=/usr/local/at
6
6
SHELL ["/bin/bash", "-c"]
Original file line number Diff line number Diff line change 1
1
# Dockerfile.srvd
2
2
# Build image for a containerized call of the srvd and srv binaries
3
- FROM dart:3.8.2@sha256:b751e2ebf640e910b48f75396cfddf2b6cbd99f1a6ba919220e39c7f8cf3a0fa AS buildimage
3
+ FROM dart:3.8.2@sha256:d870d0bbe1ada135be805e775c5cf8444751724a924ea5e53a2f9cc5fcb1be48 AS buildimage
4
4
ENV PACKAGEDIR=packages/dart/sshnoports
5
5
ENV BINARYDIR=/usr/local/at
6
6
SHELL ["/bin/bash", "-c"]
Original file line number Diff line number Diff line change 1
1
# Dockerfile.activate
2
2
# Build image for a containerized call of the at_activate binary
3
- FROM dart:3.8.2@sha256:b751e2ebf640e910b48f75396cfddf2b6cbd99f1a6ba919220e39c7f8cf3a0fa AS buildimage
3
+ FROM dart:3.8.2@sha256:d870d0bbe1ada135be805e775c5cf8444751724a924ea5e53a2f9cc5fcb1be48 AS buildimage
4
4
ENV PACKAGEDIR=packages/dart/sshnoports
5
5
ENV BINARYDIR=/usr/local/at
6
6
SHELL ["/bin/bash", "-c"]
Original file line number Diff line number Diff line change 9
9
# as of 5th Feb 2024 - Will check state as 3.3 Stable is released
10
10
#FROM dart:beta-sdk AS buildimage
11
11
12
- FROM dart:3.8.2@sha256:b751e2ebf640e910b48f75396cfddf2b6cbd99f1a6ba919220e39c7f8cf3a0fa AS buildimage
12
+ FROM dart:3.8.2@sha256:d870d0bbe1ada135be805e775c5cf8444751724a924ea5e53a2f9cc5fcb1be48 AS buildimage
13
13
ARG TARGETARCH
14
14
ENV PACKAGEDIR=packages/dart/sshnoports
15
15
ENV OPENSSH=tools/static-openssh
Original file line number Diff line number Diff line change 1
- FROM dart:3.8.2@sha256:b751e2ebf640e910b48f75396cfddf2b6cbd99f1a6ba919220e39c7f8cf3a0fa AS buildimage
1
+ FROM dart:3.8.2@sha256:d870d0bbe1ada135be805e775c5cf8444751724a924ea5e53a2f9cc5fcb1be48 AS buildimage
2
2
3
3
ENV URL=https://github.com/atsign-foundation/noports.git
4
4
ENV REPO_DIR=/app/repo
Original file line number Diff line number Diff line change 1
- FROM dart:3.8.2@sha256:b751e2ebf640e910b48f75396cfddf2b6cbd99f1a6ba919220e39c7f8cf3a0fa AS buildimage
1
+ FROM dart:3.8.2@sha256:d870d0bbe1ada135be805e775c5cf8444751724a924ea5e53a2f9cc5fcb1be48 AS buildimage
2
2
3
3
ENV REPO_DIR=/app/repo
4
4
ENV OUTPUT_DIR=/output
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN set -eux ; \
26
26
27
27
# BRANCH
28
28
# BUILD BRANCH
29
- FROM dart:3.8.2@sha256:b751e2ebf640e910b48f75396cfddf2b6cbd99f1a6ba919220e39c7f8cf3a0fa AS build-branch
29
+ FROM dart:3.8.2@sha256:d870d0bbe1ada135be805e775c5cf8444751724a924ea5e53a2f9cc5fcb1be48 AS build-branch
30
30
31
31
ENV URL=https://github.com/atsign-foundation/noports.git
32
32
ENV REPO_DIR=/app/repo
@@ -65,7 +65,7 @@ ENTRYPOINT cp -r /mount/. ${HOMEDIR} && sudo service ssh start && sh ${HOMEDIR}/
65
65
66
66
# LOCAL
67
67
# BUILD LOCAL
68
- FROM dart:3.8.2@sha256:b751e2ebf640e910b48f75396cfddf2b6cbd99f1a6ba919220e39c7f8cf3a0fa AS build-local
68
+ FROM dart:3.8.2@sha256:d870d0bbe1ada135be805e775c5cf8444751724a924ea5e53a2f9cc5fcb1be48 AS build-local
69
69
70
70
ENV REPO_DIR=/app/repo
71
71
ENV PACKAGE_DIR=${REPO_DIR}/packages/dart/sshnoports
You can’t perform that action at this time.
0 commit comments