Skip to content

Commit b2ec92c

Browse files
committed
change mount type from bind to cache
Signed-off-by: Md. Shafi Hussain <[email protected]>
1 parent dd35df3 commit b2ec92c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyter/minimal/ubi9-python-3.11/Dockerfile.konflux.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ COPY ${JUPYTER_REUSABLE_UTILS} utils/
7373
USER 0
7474

7575
# Dependencies for PDF export begin
76-
RUN --mount=type=bind,from=pdf-builder,source=/usr/local/,target=/pdf_builder/,rw \
76+
RUN --mount=type=cache,from=pdf-builder,source=/usr/local/,target=/pdf_builder/,rw \
7777
bash -c ' \
7878
if [[ "$(uname -m)" == "ppc64le" ]]; then \
7979
cp -r /pdf_builder/texlive /usr/local/; \

jupyter/minimal/ubi9-python-3.12/Dockerfile.konflux.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ COPY ${JUPYTER_REUSABLE_UTILS} utils/
7373
USER 0
7474

7575
# Dependencies for PDF export begin
76-
RUN --mount=type=bind,from=pdf-builder,source=/usr/local/,target=/pdf_builder/,rw \
76+
RUN --mount=type=cache,from=pdf-builder,source=/usr/local/,target=/pdf_builder/,rw \
7777
bash -c ' \
7878
if [[ "$(uname -m)" == "ppc64le" ]]; then \
7979
cp -r /pdf_builder/texlive /usr/local/; \

0 commit comments

Comments
 (0)