Skip to content

Commit 37fde54

Browse files
authored
Add shell_lib.sh to Dockerfile (#197)
* Add shell_lib.sh to Dockerfile
1 parent 2e97053 commit 37fde54

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ RUN apt-get update && \
4545
chmod +x /bin/kubectl && \
4646
mkdir /hooks
4747
ADD frameworks /
48+
ADD shell_lib.sh /
4849
COPY --from=tini /usr/local/bin/tini /sbin/tini
4950
COPY --from=shell-operator /src/shell-operator /
5051
WORKDIR /

Dockerfile-alpine3.10

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN apk --no-cache add ca-certificates jq bash sed tini && \
3737
chmod +x /bin/kubectl && \
3838
mkdir /hooks
3939
ADD frameworks /
40+
ADD shell_lib.sh /
4041
COPY --from=shell-operator /src/shell-operator /
4142
WORKDIR /
4243
ENV SHELL_OPERATOR_HOOKS_DIR /hooks

Dockerfile-alpine3.11

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN apk --no-cache add ca-certificates jq bash sed tini && \
3737
chmod +x /bin/kubectl && \
3838
mkdir /hooks
3939
ADD frameworks /
40+
ADD shell_lib.sh /
4041
COPY --from=shell-operator /src/shell-operator /
4142
WORKDIR /
4243
ENV SHELL_OPERATOR_HOOKS_DIR /hooks

Dockerfile-alpine3.9

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN apk --no-cache add ca-certificates jq bash sed tini && \
3737
chmod +x /bin/kubectl && \
3838
mkdir /hooks
3939
ADD frameworks /
40+
ADD shell_lib.sh /
4041
COPY --from=shell-operator /src/shell-operator /
4142
WORKDIR /
4243
ENV SHELL_OPERATOR_HOOKS_DIR /hooks

0 commit comments

Comments
 (0)