Experimental static Docker image [CI SKIP]

This commit is contained in:
Jef Roosens 2021-07-21 18:07:06 +02:00
parent e1282dacb0
commit 849caf74ef
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
14 changed files with 214 additions and 85 deletions

View file

@ -1,2 +0,0 @@
-- This file should undo anything in `up.sql`
DROP TABLE distributions;

View file

@ -1,12 +0,0 @@
-- Your SQL goes here
CREATE TABLE distributions (
id uuid DEFAULT gen_random_uuid() PRIMARY KEY,
name text UNIQUE NOT NULL,
description text,
origin text,
label text,
version text,
suite text,
codename text
);