docker: Increase caching; explicit serialization to force convergence.
docker: Adjust profile overrides Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
1a6cfe72b9
commit
d290bcbca9
12 changed files with 45 additions and 17 deletions
|
|
@ -8,6 +8,7 @@ WORKDIR /
|
|||
COPY --link --from=input . .
|
||||
|
||||
RUN \
|
||||
--mount=type=cache,dst=/var/lock/uwu/local,sharing=locked \
|
||||
--mount=type=cache,dst=${var_cache},sharing=locked \
|
||||
--mount=type=cache,dst=${var_lib_apt},sharing=locked \
|
||||
<<EOF
|
||||
|
|
@ -156,6 +157,7 @@ ARG complement_run=".*"
|
|||
|
||||
WORKDIR /
|
||||
RUN \
|
||||
--mount=type=cache,dst=/var/lock/uwu/local,sharing=locked \
|
||||
--mount=type=cache,dst=${var_cache},sharing=locked \
|
||||
--mount=type=cache,dst=${var_lib_apt},sharing=locked \
|
||||
--mount=type=cache,dst=/go/pkg/mod/cache,sharing=locked \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue