1
0
mirror of https://github.com/fcwu/docker-ubuntu-vnc-desktop synced 2026-08-05 16:12:41 +02:00

feat: merge mcree:master supporting Dockerfile by jinja

This commit is contained in:
Doro Wu
2019-03-18 09:33:35 +08:00
parent ed74dcda84
commit 5088c5af01
11 changed files with 348 additions and 7 deletions
+2 -4
View File
@@ -4,7 +4,7 @@ REPO ?= dorowu/ubuntu-desktop-lxde-vnc
TAG ?= latest
IMAGE ?= ubuntu:18.04
LOCALBUILD ?= 1
FLAVOR ?= default
FLAVOR ?= lxde
ARCH ?= amd64
templates = Dockerfile image/etc/supervisor/conf.d/supervisord.conf
@@ -35,11 +35,9 @@ gen-ssl:
clean:
rm -f $(templates)
% : %.j2 flavors/$(FLAVOR).yml
%: %.j2 flavors/$(FLAVOR).yml
docker run -v $(shell pwd):/data vikingco/jinja2cli \
-D flavor=$(FLAVOR) \
-D repo=$(REPO) \
-D tag=$(TAG) \
-D image=$(IMAGE) \
-D localbuild=$(LOCALBUILD) \
-D arch=$(ARCH) \