-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4084872
commit 965f50b
Showing
2 changed files
with
32 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# README | ||
|
||
## Para hacer el build en local | ||
|
||
GITHUB_BOT_TOKEN ver en dockerhub | ||
SAAS_PROVIDER_TOKEN ver en dockerhub | ||
BASE_IMAGE_TAG=17.0 | ||
|
||
```sh | ||
export DOCKER_BUILDKIT=1 \ | ||
&& docker build --no-cache \ | ||
-t adhoc/odoo-adhoc:17.3-dev \ | ||
--build-arg BASE_IMAGE_REPO=adhoc/odoo \ | ||
--build-arg BASE_IMAGE_TAG=17.0-dev \ | ||
--build-arg GITHUB_BOT_TOKEN= \ | ||
--build-arg SAAS_PROVIDER_TOKEN= \ | ||
--build-arg SAAS_PROVIDER_URL=https://www.adhoc.com.ar \ | ||
--build-arg DOCKER_IMAGE=adhoc/odoo-adhoc \ | ||
-f Dockerfile . | ||
# docker push adhoc/odoo-adhoc:17.0-dev | ||
``` |