File tree Expand file tree Collapse file tree
stack_template/home/stack Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- stack-service-base (0.0.88 )
4+ stack-service-base (0.0.90 )
55 async
66 debug
77 dotenv
Original file line number Diff line number Diff line change 11FROM ruby:3.4.4-slim-bookworm AS base
22RUN apt update && apt install -y --no-install-recommends openssh-client ca-certificates
3- RUN gem install build-labels:0.0.75 dry-stack:0.1.53
4- RUN install-docker-static
3+ RUN gem install build-labels:0.0.76 dry-stack:0.1.53
4+ RUN install-docker-static # 28
55
66WORKDIR /build
77RUN mkdir -p /root/.ssh && mkdir -pv /root/.ssh/sockets
8- RUN echo -e 'Host *\n\tControlPersist yes\n\tControlMaster auto\n\tControlPath /root/.ssh/sockets/%r@%h-%p\n\tBatchMode yes\n\tStrictHostKeyChecking no\n\tPort 22' > ~ /.ssh/config
8+ RUN printf 'Host *\n\tControlPersist yes\n\tControlMaster auto\n\tControlPath /root/.ssh/sockets/%% r@%% h-%% p\n\tBatchMode yes\n\tStrictHostKeyChecking no\n\tPort 22\n ' > /root /.ssh/config
99ADD . .
1010
1111CMD ["sh", "-c", "\
Original file line number Diff line number Diff line change 11module StackServiceBase
2- VERSION = '0.0.89 '
2+ VERSION = '0.0.90 '
33end
You can’t perform that action at this time.
0 commit comments