From 39dd5f9c7174995ad76c8cd4a545afb7bd5f2c51 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Tue, 16 Oct 2018 21:35:22 +0200 Subject: [PATCH] fix: pkg: removed useless double ``metadata.yaml`` --- apache/metadata.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 apache/metadata.yaml diff --git a/apache/metadata.yaml b/apache/metadata.yaml deleted file mode 100644 index ece28a7..0000000 --- a/apache/metadata.yaml +++ /dev/null @@ -1,20 +0,0 @@ -description: "Apache Web Server" -maintainer: "Valentin Lab " -## XXXvlab: currently only used when building LXC along with hooks/install -## XXXvlab: docker uses the 'build' directory or the 'image:' option here. -inherit: base-0k -compatiblity: ## 'hooks/install' script was run on a these images without issues - - ubuntu/15.10 -docker-compose: - ## XXXvlab: should move to global lxc/docker compatible option - ports: - - "0.0.0.0:80:80" - - "0.0.0.0:443:443" -data-resources: - - /var/www/html - - /var/log/apache2 -config-resources: - - /etc/apache2/sites-enabled -provides: - web-proxy: - tech-dep: "reversed"