aboutsummaryrefslogtreecommitdiffstats
path: root/debian-jessie-build
AgeCommit message (Collapse)AuthorFilesLines
2019-05-07debian-*-build: don't download "Release" fileOliver Smith1-1/+0
Stop jenkins jobs from failing, due to the download errors we are getting from time to time, by simply not downloading these files. They are redundant, because we are already running 'docker build --pull' before trying to build the debian-*-build images [1], and the docker images are released at least as often, as the "Release" file gets updated [2]. This is in line with how it is done in osmo-ci.git. [1]: Change-Id: I1076bbb7d77bdc99f5d60d641c09ce965fb9dfc6 [2]: https://hub.docker.com/_/debian Change-Id: Ieedb310814412f235e56bdc65517404842eac00f
2019-04-17Use ftp.debian.org as a "blind workaround" for trouble with ftp.deHarald Welte1-1/+1
We get a lot of build failures recently like this: Step 3/4 : ADD http://ftp.de.debian.org/debian/dists/stretch/Release /tmp/Release ADD failed: Get http://ftp.de.debian.org/debian/dists/stretch/Release: dial tcp 141.76.2.4:80: i/o timeout ../make/Makefile:44: recipe for target 'docker-build' failed make: *** [docker-build] Error 1 make: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/ttcn3-sip-test/ws/debian-stretch-build'> + exit 1 Let's hope that this works around the connectivity problems with ftp.de.debian.org Change-Id: I5a0eb058d95372c44fce042de90c4127a3021a93
2018-09-26debian-*-build: Ensure rebuild on changes in upstreamHarald Welte1-0/+1
Let's use the well-known hack of adding the "Release" file of the respective debian distribution/version to ensure docker will invalidate the cache if the repository has changed since the last build. Change-Id: If6f75db11ef424e46c4915b761f9eca69258a9c5
2017-11-17*-build: Add libgnutls28-dev, as libosmocore requires this nowHarald Welte1-0/+1
2017-08-27debian-jessie-build: Add libncurses-dev (for meas-viz)Harald Welte1-0/+1
2017-08-27apt-get: always use --no-install-recommends and apt-get cleanHarald Welte1-41/+44
this helps us to avoid installing unneeded packages and removes the package cache from the images to keep them less bloated.
2017-08-27bumped to version 0.3.0debian-jessie-build-0.3.0Harald Welte1-2/+2
2017-08-27debian-jessie-build: Add more build dependenciesHarald Welte1-14/+34
2017-08-20bumped to version 0.2.0debian-jessie-build-0.2.0Harald Welte1-2/+2
2017-08-20debian-jessie-buidl: add more osmocom build dependenciesHarald Welte1-1/+11
2017-08-20bumped to version 0.1.0debian-jessie-build-0.1.0Harald Welte1-2/+2
2017-08-19introduce makefile based buildHarald Welte2-0/+3
2017-05-03move libsctp-dev into debian-jessie-build DockerfileHarald Welte1-1/+2
avoid having to use it by virtuall all downstream Dockerfiles
2017-05-03Dockerfile for a debian-jessie with support for building softwareHarald Welte1-0/+14