From c3fce5b1a31addc5e2fe2e6eb8dc95882290c508 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 24 Oct 2023 16:18:17 -0400 Subject: [PATCH] services/pkg/xlocate: include pv to log progress --- services/nomad/apps/xlocate.nomad | 2 +- services/pkg/xlocate/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/nomad/apps/xlocate.nomad b/services/nomad/apps/xlocate.nomad index a7b9df9c..41db1cfc 100644 --- a/services/nomad/apps/xlocate.nomad +++ b/services/nomad/apps/xlocate.nomad @@ -23,7 +23,7 @@ job "xlocate" { driver = "docker" config { - image = "ghcr.io/void-linux/infra-xlocate:20231023R1" + image = "ghcr.io/void-linux/infra-xlocate:20231024R1" volumes = [ "local/xbps.conf:/etc/xbps.d/00-repository-main.conf" ] } diff --git a/services/pkg/xlocate/Dockerfile b/services/pkg/xlocate/Dockerfile index 9f5ac852..7beb3fce 100644 --- a/services/pkg/xlocate/Dockerfile +++ b/services/pkg/xlocate/Dockerfile @@ -1,6 +1,6 @@ FROM ghcr.io/void-linux/void-glibc-full:latest -RUN xbps-install -Suy xbps && xbps-install -y xtools tini && \ +RUN xbps-install -Suy xbps && xbps-install -y xtools pv tini && \ rm -rf /var/cache/xbps ENTRYPOINT ["/usr/bin/tini", "--"]