Skip to content

Commit e3e19a1

Browse files
committed
change copy locations
1 parent 08516d6 commit e3e19a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/kayobe/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ENV container docker
2727

2828
# CMD ["/usr/sbin/init"]
2929

30-
COPY ZscalerRootCertificate-2048-SHA256.pem /etc/pki/ca-trust/source/anchors/ZscalerRootCertificate-2048-SHA256.pem
30+
COPY .automation/docker/kayobe/ZscalerRootCertificate-2048-SHA256.pem /etc/pki/ca-trust/source/anchors/ZscalerRootCertificate-2048-SHA256.pem
3131
RUN update-ca-trust extract
3232

3333
ARG BASE_IMAGE="quay.io/rockylinux/rockylinux:8"
@@ -85,7 +85,7 @@ COPY --chown=stack:stack $KAYOBE_DOCKER_SSH_CONFIG_PATH /stack/.ssh/config
8585
RUN chmod 600 /stack/.ssh/config
8686

8787
# Copy custom binaries into image. The wildcard worksaround the check on the parent directory existing.
88-
COPY ../../utils/kayobe-automation-activate ../../docker*/kayobe/bin/* /usr/local/bin/
88+
COPY .automation/utils/kayobe-automation-activate .automation.conf/docker*/kayobe/bin/* /usr/local/bin/
8989

9090
# Control host bootsrap without leaving kayobe-config in the image
9191
RUN --mount=type=ssh,uid=1000 --mount=type=tmpfs,target=/tmp/src --mount=type=bind,source=.,target=/src sudo cp -rfp /src /tmp/ && \

0 commit comments

Comments
 (0)