2025-11-06 21:56:32 -05:00
2025-11-28 10:39:53 -05:00
2025-10-23 14:10:04 -05:00
2025-09-04 11:42:55 -03:00
2025-09-04 11:42:55 -03:00
2026-01-16 15:27:07 -05:00
2026-01-16 15:27:07 -05:00
2025-09-15 16:58:25 -03:00
2026-01-16 15:27:07 -05:00
2026-01-16 15:27:07 -05:00
2026-01-16 15:27:07 -05:00
2026-01-16 15:27:07 -05:00
2026-01-16 15:27:07 -05:00
2026-01-16 15:27:07 -05:00
2026-01-16 15:27:07 -05:00
2026-01-16 15:27:07 -05:00

Naliia Dev

Docker Build and Deploy

Building and Pushing to Gitea Registry

To build the Docker image and push to the Gitea registry, run the following commands:

1. Login to Gitea Registry (if not already logged in)

docker login gitea.onecluster.org

2. Build the Image

docker build \
  --build-arg TRYTOND_VERSION=7.6 \
  --build-arg TRYTON_ADMIN_PASSWORD='YOUR_PASSWORD' \
  -t gitea.onecluster.org/aserrador/naliia_7.6_stable:naliia_7.6_stable \
  -f Dockerfile_Deploy .

3. Push to Gitea Registry

docker push gitea.onecluster.org/aserrador/naliia_7.6_stable:naliia_7.6_stable

Image Details

  • Registry: gitea.onecluster.org
  • Repository: aserrador/naliia_7.6_stable
  • Tag: naliia_7.6_stable
  • TrytonD Version: 7.6

Pull the Image

To pull the image on another machine:

docker pull gitea.onecluster.org/aserrador/naliia_7.6_stable:naliia_7.6_stable

Incorporando un Repositorio Git Existente como Submódulo en el Repositorio Activo

  1. Para agregar un nuevo submódulo, utiliza el comando git submodule add, especificando la URL absoluta o relativa del proyecto a rastrear. En este ejemplo, dentro del repositorio oc-monorepo, se incluye la rama 6.8 de la siguiente manera:
$ git submodule add -b main [ssh://modelo] modules/[nombre_modulo]
Description
No description provided
Readme 2.3 MiB
Languages
CSS 45.6%
JavaScript 41.3%
Less 5.9%
Python 5.6%
Shell 0.8%
Other 0.8%