[arvados-workbench2] created: 2.7.0-160-g2632b892
git repository hosting
git at public.arvados.org
Tue Oct 17 21:30:20 UTC 2023
at 2632b8921233b8ddf6036e7fe293c686788eba88 (commit)
commit 2632b8921233b8ddf6036e7fe293c686788eba88
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Tue Oct 17 18:29:45 2023 -0300
21118: Replaces buster with bullseye base image.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/docker/Dockerfile b/docker/Dockerfile
index f529b796..a5f373c0 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -2,11 +2,12 @@
#
# SPDX-License-Identifier: AGPL-3.0
-FROM node:12.22.3-buster
+FROM node:12.22.12-bullseye
LABEL maintainer="Arvados Package Maintainers <packaging at arvados.org>"
-RUN echo deb http://deb.debian.org/debian buster-backports main >> /etc/apt/sources.list.d/backports.list
+RUN echo deb http://deb.debian.org/debian bullseye-backports main >> /etc/apt/sources.list.d/backports.list
RUN apt-get update && \
+ apt-get upgrade && \
apt-get -yq --no-install-recommends -o Acquire::Retries=6 install \
libsecret-1-0 libsecret-1-dev rpm ruby ruby-dev rubygems build-essential \
libpam0g-dev libgbm1 git && \
@@ -15,6 +16,7 @@ RUN apt-get update && \
RUN /usr/bin/gem install --no-document fpm
RUN cd /usr/src && git clone git://git.arvados.org/arvados.git && \
cd arvados && \
+ git checkout 21055-sysctl-in-docker && \
GO_VERSION=$(grep 'goversion =' lib/install/deps.go |awk -F'"' '{print $2}') && \
echo $GO_VERSION && \
cd /usr/src && \
@@ -34,4 +36,4 @@ RUN cd /usr/src/arvados && \
apt-get clean
RUN git config --global --add safe.directory /usr/src/arvados && \
- git config --global --add safe.directory /usr/src/workbench2
\ No newline at end of file
+ git config --global --add safe.directory /usr/src/workbench2
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list