Passage des variables d'environnement proxy au conteneur + refactoring

This commit is contained in:
2015-10-20 17:17:02 +02:00
parent 22f325f749
commit 1dec78875a
7 changed files with 4 additions and 25 deletions

View File

@ -1,5 +0,0 @@
#!/usr/bin/env bash
mkdir -p $DESTDIR/opt/hello-world
cp $SRCDIR/hello-world $DESTDIR/opt/hello-world/

View File

@ -1,3 +0,0 @@
#!/bin/sh
echo "Test pre-install"

View File

@ -1,16 +0,0 @@
{
"name": "hello-world",
"dependencies": {
"debian:jessie": {
"apache2": ">= 2.4",
"php5": ">= 5.4"
}
},
"hooks": {
"preBuild": "./scripts/pre-build.sh",
"preInstall": "./scripts/pre-install.sh",
"preRemove": "",
"postInstall": "",
"postRemove": ""
}
}