gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: contrib: remove old/duplicate dockerfile


From: gnunet
Subject: [gnunet] branch master updated: contrib: remove old/duplicate dockerfiles
Date: Mon, 16 Oct 2023 13:59:43 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 5dcfe1e55 contrib: remove old/duplicate dockerfiles
5dcfe1e55 is described below

commit 5dcfe1e551e966a84c4f5525632b9617f5588547
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Mon Oct 16 13:59:38 2023 +0200

    contrib: remove old/duplicate dockerfiles
---
 contrib/ci/docker/Dockerfile           | 32 --------------------------------
 contrib/ci/docker/docker-entrypoint.sh |  3 ---
 2 files changed, 35 deletions(-)

diff --git a/contrib/ci/docker/Dockerfile b/contrib/ci/docker/Dockerfile
deleted file mode 100644
index b9f019c43..000000000
--- a/contrib/ci/docker/Dockerfile
+++ /dev/null
@@ -1,32 +0,0 @@
-FROM ubuntu:18.04
-
-# Install the required build tools
-RUN apt update && apt install -y apt git autopoint automake texinfo gettext 
autoconf libtool libidn11-dev libunistring-dev gnutls-dev libgcrypt20 
libgcrypt20-dev libjansson-dev libsqlite3-dev wget flex bison libglib2.0-dev 
libgmp3-dev libmicrohttpd-dev libglpk-dev libextractor-dev
-
-# Install gnurl from source at version gnurl-7.54.0
-WORKDIR /usr/src
-RUN git clone https://git.taler.net/gnurl.git --branch gnurl-7.57.0
-RUN cd /usr/src/gnurl && autoreconf -i && ./configure --prefix=/usr 
--disable-ntlm-wb && make install
-
-# Install libpbc
-WORKDIR /usr/src
-RUN wget https://crypto.stanford.edu/pbc/files/pbc-0.5.14.tar.gz && tar xvzpf 
pbc-0.5.14.tar.gz && cd /usr/src/pbc-0.5.14 && ./configure --prefix=/usr && 
make install
-
-# Install libbswabe
-WORKDIR /usr/src
-RUN git clone https://github.com/schanzen/libgabe.git && cd /usr/src/libgabe 
&& ./configure --prefix=/usr && make install
-
-WORKDIR /usr/src
-RUN git clone git://gnunet.org/gnunet.git
-RUN cd /usr/src/gnunet && ./bootstrap && ./configure --enable-experimental 
--prefix=/usr && make && make install
-
-RUN addgroup gnunetdns && addgroup gnunet && adduser --system --home 
/var/lib/gnunet gnunet
-RUN chown gnunet:gnunet /var/lib/gnunet
-RUN echo '[arm]\nSTART_SYSTEM_SERVICES = YES\nSTART_USER_SERVICES = NO\n' > 
/etc/gnunet.conf
-
-ADD docker-entrypoint.sh .
-
-RUN rm -rf /usr/src/*
-#RUN apt remove gcc
-
-CMD ["sh", "docker-entrypoint.sh"]
diff --git a/contrib/ci/docker/docker-entrypoint.sh 
b/contrib/ci/docker/docker-entrypoint.sh
deleted file mode 100644
index db916cce7..000000000
--- a/contrib/ci/docker/docker-entrypoint.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-gnunet-arm -s > $HOME/gnunet.log 2>&1
-exec bash

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]