[ARVADOS] updated: 2.1.0-1570-g5e864400e
Git user
git at public.arvados.org
Tue Nov 2 14:04:30 UTC 2021
Summary of changes:
tools/arvbox/lib/arvbox/docker/Dockerfile.base | 5 -----
1 file changed, 5 deletions(-)
via 5e864400e2f82db117c15eaac4c7c5c3ad913bd6 (commit)
from a357f5f197dbe54314608d4c5acbdd9e1959afba (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 5e864400e2f82db117c15eaac4c7c5c3ad913bd6
Author: Ward Vandewege <ward at curii.com>
Date: Tue Nov 2 10:04:02 2021 -0400
18313: remove leftover grep from Dockerfile.base
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/tools/arvbox/lib/arvbox/docker/Dockerfile.base b/tools/arvbox/lib/arvbox/docker/Dockerfile.base
index 6a6c251fd..c93c1a10a 100644
--- a/tools/arvbox/lib/arvbox/docker/Dockerfile.base
+++ b/tools/arvbox/lib/arvbox/docker/Dockerfile.base
@@ -21,11 +21,6 @@ RUN apt-get update && \
build-essential ca-certificates git libpam0g-dev wget
ENV GOPATH /var/lib/gopath
-
-RUN --mount=type=bind,target=/usr/src/arvados \
- cd /usr/src/arvados && \
- grep 'goversion :=' lib/install/deps.go |awk -F'"' '{print $2}'
-
ARG go_version
# Get Go
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list