Change in docker-playground[master]: gr-gsm-master/Dockerfile: fix full system upgrade

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Fri Sep 7 09:10:48 UTC 2018


Vadim Yanitskiy has submitted this change and it was merged. ( https://gerrit.osmocom.org/10812 )

Change subject: gr-gsm-master/Dockerfile: fix full system upgrade
......................................................................

gr-gsm-master/Dockerfile: fix full system upgrade

Thanks to Piotr, it was discovered that the image building
process fails during full system upgrade:

  RUN    pacman -Syu

with the following output:

  looking for conflicting packages...
  Packages (2) ca-certificates-mozilla-*  p11-kit-*

  ...

  :: Proceed with installation? [Y/n]
  The command '/bin/sh -c pacman -Syu' returned a non-zero code: 1

Looks like the '--noconfirm' flag was missing.

Change-Id: Icb3ccb9a9531686efcebb3e277421c4c05387b09
---
M gr-gsm-master/Dockerfile
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Vadim Yanitskiy: Verified



diff --git a/gr-gsm-master/Dockerfile b/gr-gsm-master/Dockerfile
index e75d318..8be1a20 100644
--- a/gr-gsm-master/Dockerfile
+++ b/gr-gsm-master/Dockerfile
@@ -17,7 +17,7 @@
 	gcc
 
 # Sync pacman
-RUN	pacman -Syu
+RUN	pacman -Syyu --noconfirm
 
 # Install persistent packages
 RUN	pacman -S --needed --noconfirm \

-- 
To view, visit https://gerrit.osmocom.org/10812
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Icb3ccb9a9531686efcebb3e277421c4c05387b09
Gerrit-Change-Number: 10812
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Piotr Krysik <ptrkrysik at gmail.com>
Gerrit-Reviewer: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180907/6bfce5d4/attachment.htm>


More information about the gerrit-log mailing list