chiark / gitweb /
Update the ubuntu build setup from 17.04 to 17.10
authorFredrik Fornwall <fredrik@fornwall.net>
Thu, 2 Nov 2017 09:18:05 +0000 (10:18 +0100)
committerFredrik Fornwall <fredrik@fornwall.net>
Thu, 2 Nov 2017 09:18:05 +0000 (10:18 +0100)
An updated image has been pushed to the docker hub, so update with

./scripts/update-docker.sh

README.md
scripts/Dockerfile

index 07918fc7741bb9d4528aa082328cd898ec1ce887..451819cd831841bd33df94b6449b6ea8c119aad2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ This source folder is mounted as the `/root/termux-packages` data volume, so cha
 in sync between the host and the container when trying things out before committing, and built
 deb files will be available on the host in the `debs/` directory just as when building on the host.
 
-The docker container used for building packages is a Ubuntu 17.04 installation with necessary packages
+The docker container used for building packages is a Ubuntu 17.10 installation with necessary packages
 pre-installed. The default user is a non-root user to avoid problems with package builds modifying the system
 by mistake, but `sudo` can be used to install additional Ubuntu packages to be used during development.
 
@@ -34,7 +34,7 @@ Note that building packages can take up a lot of space (especially if `build-all
 
 Build environment without Docker
 ================================
-If you can't run Docker you can use a Ubuntu 17.04 installation (either by installing a virtual maching guest or on direct hardware) by using the below scripts:
+If you can't run Docker you can use a Ubuntu 17.10 installation (either by installing a virtual maching guest or on direct hardware) by using the below scripts:
 
 - Run `scripts/setup-ubuntu.sh` to install required packages and setup the `/data/` folder.
 
index 4c89408980263c02e16ec177fb7acc98338b332f..4150c95bd71897957904a6106ec008488779d0ec 100644 (file)
@@ -4,7 +4,7 @@
 #      docker push termux/package-builder
 # This is done after changing this file or any of the
 # scripts/setup-{ubuntu,android-sdk}.sh setup scripts.
-FROM ubuntu:17.04
+FROM ubuntu:17.10
 
 # Fix locale to avoid warnings:
 ENV LANG C.UTF-8