Merge f731b120fd
into 9674beb8a5
This commit is contained in:
commit
4f3197654b
3
14.0/build.sh
Normal file
3
14.0/build.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker build -t guikipt/odoo14 .
|
@ -19,7 +19,7 @@ function check_config() {
|
||||
value="$2"
|
||||
if grep -q -E "^\s*\b${param}\b\s*=" "$ODOO_RC"; then
|
||||
value=$(grep -E "^\s*\b${param}\b\s*=" "$ODOO_RC" | cut -d " " -f3 | sed 's/["\n\r]//g')
|
||||
fi;
|
||||
fi
|
||||
DB_ARGS+=("--${param}")
|
||||
DB_ARGS+=("${value}")
|
||||
}
|
||||
@ -44,6 +44,7 @@ case "$1" in
|
||||
;;
|
||||
*)
|
||||
exec "$@"
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 1
|
||||
|
3
15.0/build.sh
Normal file
3
15.0/build.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker build -t guikipt/odoo15 .
|
@ -19,7 +19,7 @@ function check_config() {
|
||||
value="$2"
|
||||
if grep -q -E "^\s*\b${param}\b\s*=" "$ODOO_RC"; then
|
||||
value=$(grep -E "^\s*\b${param}\b\s*=" "$ODOO_RC" | cut -d " " -f3 | sed 's/["\n\r]//g')
|
||||
fi;
|
||||
fi
|
||||
DB_ARGS+=("--${param}")
|
||||
DB_ARGS+=("${value}")
|
||||
}
|
||||
@ -44,6 +44,7 @@ case "$1" in
|
||||
;;
|
||||
*)
|
||||
exec "$@"
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 1
|
||||
|
3
16.0/build.sh
Normal file
3
16.0/build.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker build -t guikipt/odoo16 .
|
@ -19,7 +19,7 @@ function check_config() {
|
||||
value="$2"
|
||||
if grep -q -E "^\s*\b${param}\b\s*=" "$ODOO_RC"; then
|
||||
value=$(grep -E "^\s*\b${param}\b\s*=" "$ODOO_RC" | cut -d " " -f3 | sed 's/["\n\r]//g')
|
||||
fi;
|
||||
fi
|
||||
DB_ARGS+=("--${param}")
|
||||
DB_ARGS+=("${value}")
|
||||
}
|
||||
@ -44,6 +44,7 @@ case "$1" in
|
||||
;;
|
||||
*)
|
||||
exec "$@"
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 1
|
||||
|
@ -1,4 +1,4 @@
|
||||
About this Repo
|
||||
Customized Odoo Dockerfile for GuikiPT Projects
|
||||
======
|
||||
|
||||
This is the Git repo of the official Docker image for [Odoo](https://registry.hub.docker.com/_/odoo/). See the Hub page for the full readme on how to use the Docker image and for information regarding contributing and issues.
|
||||
|
Loading…
Reference in New Issue
Block a user