lokinet/contrib/ci/docker
Jason Rhinelander cbbee59774 Add a bunch of base CI images for building debs
Installs just the base tools (which are quite substantial), but not the
deps (which get installed as part of the build).
2021-10-26 03:25:26 -03:00
..
arm32v7 Add a bunch of base CI images for building debs 2021-10-26 03:25:26 -03:00
arm64v8 Add a bunch of base CI images for building debs 2021-10-26 03:25:26 -03:00
i386 Add a bunch of base CI images for building debs 2021-10-26 03:25:26 -03:00
00-debian-bullseye-base.dockerfile Reformat RUN commands to make editing easier 2021-10-17 15:20:52 -03:00
00-debian-buster-base.dockerfile Reformat RUN commands to make editing easier 2021-10-17 15:20:52 -03:00
00-debian-sid-base.dockerfile Reformat RUN commands to make editing easier 2021-10-17 15:20:52 -03:00
00-debian-stable-base.dockerfile Reformat RUN commands to make editing easier 2021-10-17 15:20:52 -03:00
00-debian-testing-base.dockerfile Reformat RUN commands to make editing easier 2021-10-17 15:20:52 -03:00
00-ubuntu-bionic-base.dockerfile Add a bunch of base CI images for building debs 2021-10-26 03:25:26 -03:00
00-ubuntu-focal-base.dockerfile Add a bunch of base CI images for building debs 2021-10-26 03:25:26 -03:00
00-ubuntu-hirsute-base.dockerfile Add a bunch of base CI images for building debs 2021-10-26 03:25:26 -03:00
00-ubuntu-impish-base.dockerfile Add a bunch of base CI images for building debs 2021-10-26 03:25:26 -03:00
00-ubuntu-lts-base.dockerfile Add a bunch of base CI images for building debs 2021-10-26 03:25:26 -03:00
00-ubuntu-rolling-base.dockerfile Add a bunch of base CI images for building debs 2021-10-26 03:25:26 -03:00
10-debian-bullseye.dockerfile Make sure we apt-get update in the build 2021-10-22 19:15:46 -03:00
10-debian-buster.dockerfile Make sure we apt-get update in the build 2021-10-22 19:15:46 -03:00
10-debian-sid.dockerfile Make sure we apt-get update in the build 2021-10-22 19:15:46 -03:00
10-debian-stable.dockerfile Make sure we apt-get update in the build 2021-10-22 19:15:46 -03:00
10-ubuntu-bionic.dockerfile Add a bunch of base CI images for building debs 2021-10-26 03:25:26 -03:00
10-ubuntu-focal.dockerfile Add a bunch of base CI images for building debs 2021-10-26 03:25:26 -03:00
10-ubuntu-impish.dockerfile Add a bunch of base CI images for building debs 2021-10-26 03:25:26 -03:00
10-ubuntu-lts.dockerfile Add a bunch of base CI images for building debs 2021-10-26 03:25:26 -03:00
10-ubuntu-rolling.dockerfile Add a bunch of base CI images for building debs 2021-10-26 03:25:26 -03:00
20-deb-builder-bionic.dockerfile Add a bunch of base CI images for building debs 2021-10-26 03:25:26 -03:00
20-deb-builder-bullseye.dockerfile Add a bunch of base CI images for building debs 2021-10-26 03:25:26 -03:00
20-deb-builder-buster.dockerfile Add a bunch of base CI images for building debs 2021-10-26 03:25:26 -03:00
20-deb-builder-focal.dockerfile Add a bunch of base CI images for building debs 2021-10-26 03:25:26 -03:00
20-deb-builder-hirsute.dockerfile Add a bunch of base CI images for building debs 2021-10-26 03:25:26 -03:00
20-deb-builder-impish.dockerfile Add a bunch of base CI images for building debs 2021-10-26 03:25:26 -03:00
20-deb-builder-sid.dockerfile Add a bunch of base CI images for building debs 2021-10-26 03:25:26 -03:00
40-debian-bullseye-debhelper.dockerfile Add cached images with debhelper & related tools for deb pipelines 2021-10-17 17:27:40 -03:00
40-debian-sid-debhelper.dockerfile Add cached images with debhelper & related tools for deb pipelines 2021-10-17 17:27:40 -03:00
40-ubuntu-focal-debhelper.dockerfile Add cached images with debhelper & related tools for deb pipelines 2021-10-17 17:27:40 -03:00
40-ubuntu-impish-debhelper.dockerfile Add cached images with debhelper & related tools for deb pipelines 2021-10-17 17:27:40 -03:00
50-android.dockerfile Reformat RUN commands to make editing easier 2021-10-17 15:20:52 -03:00
debian-sid-clang.dockerfile Reformat RUN commands to make editing easier 2021-10-17 15:20:52 -03:00
debian-win32-cross.dockerfile Reformat RUN commands to make editing easier 2021-10-17 15:20:52 -03:00
flutter.dockerfile Reformat RUN commands to make editing easier 2021-10-17 15:20:52 -03:00
lint.dockerfile Reformat RUN commands to make editing easier 2021-10-17 15:20:52 -03:00
nodejs.dockerfile Reformat RUN commands to make editing easier 2021-10-17 15:20:52 -03:00
readme.md CI docker multiarch 2021-10-17 14:46:30 -03:00
rebuild-docker-images.sh Pass DOCKER_BUILD_OPTS env var to docker build 2021-10-22 19:15:46 -03:00

drone-ci docker jizz

To rebuild all ci images and push them to the oxen registry server do:

$ docker login registry.oxen.rocks
$ ./rebuild-docker-images.sh

If you aren't part of the Oxen team, you'll likely need to set up your own registry and change registry.oxen.rocks to your own domain name in order to do anything useful with this.

The docker images will be registry.oxen.rocks/lokinet-ci-*for each *.dockerfile in this directory, with the leading numeric NN- removed, if present (so that you can ensure proper ordering using two-digit numeric prefixes).