[geos-commits] r4242 - in trunk: . docker docker/build-test
Sandro Santilli
strk at kbt.io
Thu Jul 21 11:40:24 PDT 2016
Author: strk
Date: 2016-07-21 11:40:23 -0700 (Thu, 21 Jul 2016)
New Revision: 4242
Removed:
trunk/docker/README
trunk/docker/build-test/Dockerfile
trunk/docker/build-test/Makefile
Modified:
trunk/.drone.yml
Log:
Remove docker config
Docker configurations are not hosted on
https://git.osgeo.org/gogs/geos/geos-docker/
Modified: trunk/.drone.yml
===================================================================
--- trunk/.drone.yml 2016-07-21 18:34:45 UTC (rev 4241)
+++ trunk/.drone.yml 2016-07-21 18:40:23 UTC (rev 4242)
@@ -1,6 +1,6 @@
# See http://readme.drone.io/0.5/usage/overview
-# See https://git.osgeo.org/gogs/geos/geos/docker/build-test
+# See https://git.osgeo.org/gogs/geos/geos-docker
test-image: &test-image docker.kbt.io/geos/build-test:alpine
pipeline:
@@ -12,9 +12,9 @@
image: *test-image
commands:
- ./autogen.sh
- - CXXFLAGS="-O0 -Werror" ./configure
+ - CXXFLAGS="-O0" ./configure
- make
check:
image: *test-image
commands:
- - CXXFLAGS="-O0 -Werror" make distcheck
+ - CXXFLAGS="-O0" make distcheck
Deleted: trunk/docker/README
===================================================================
--- trunk/docker/README 2016-07-21 18:34:45 UTC (rev 4241)
+++ trunk/docker/README 2016-07-21 18:40:23 UTC (rev 4242)
@@ -1,5 +0,0 @@
-Here we put instructions to build docker images for different
-purposes, initially for running build agents in isolation.
-
-Each image configuration is in its own directory, which should
-contain additional information about the specific image.
Deleted: trunk/docker/build-test/Dockerfile
===================================================================
--- trunk/docker/build-test/Dockerfile 2016-07-21 18:34:45 UTC (rev 4241)
+++ trunk/docker/build-test/Dockerfile 2016-07-21 18:40:23 UTC (rev 4242)
@@ -1,5 +0,0 @@
-FROM alpine
-RUN apk add --update automake g++ gcc libtool
-RUN apk add --update make
-RUN apk add --update autoconf
-
Deleted: trunk/docker/build-test/Makefile
===================================================================
--- trunk/docker/build-test/Makefile 2016-07-21 18:34:45 UTC (rev 4241)
+++ trunk/docker/build-test/Makefile 2016-07-21 18:40:23 UTC (rev 4242)
@@ -1,12 +0,0 @@
-DOCKER=docker
-REGISTRY=docker.kbt.io
-
-alpine:
- $(DOCKER) build -t $(REGISTRY)/geos/build-test:alpine .
- #$(DOCKER) build -t geos/build .
- #$(DOCKER) tag geos/build $(REGISTRY)/geos/build
-
-push: alpine-push
-
-alpine-push:
- $(DOCKER) push $(REGISTRY)/geos/build-test:alpine
More information about the geos-commits
mailing list