sync: Dockerfile.front al tramo B (0.30.0) — FRONT_ID/BOS_ACTIVE_PIPELINE fuera - #2
Open
HorusScale wants to merge 1 commit into
Open
sync: Dockerfile.front al tramo B (0.30.0) — FRONT_ID/BOS_ACTIVE_PIPELINE fuera#2HorusScale wants to merge 1 commit into
HorusScale wants to merge 1 commit into
Conversation
…LINE fuera
Dockerfile.front seguía en el mundo PRE-tramo-B (ARG FRONT_ID, npm run build
-w fronts/${FRONT_ID}, ENV BOS_ACTIVE_PIPELINE=${FRONT_ID}). Reemplazado
verbatim por scripts/templates/front-image/Dockerfile de horus-bos-starter
(la fuente real, la que make_client_repo.py copia sin sustituciones): UNA
imagen sirve todas las apps del cliente, la app se elige en el arranque del
contenedor con NUXT_PUBLIC_BOS_APP, no en el build.
README.md: la fila de Dockerfile.front y la nota de "fronts/" ya no nombran
FRONT_ID; el ejemplo de build queda en MOLDE_VERSION=0.30.0 (la publicada).
Verificado con scripts/check_plantilla_sincronizada.py (ticket 1681556a9f60,
paso 8 de acunar-molde) — RC 0, sin hallazgos.
Ticket: 0caf4f4d3190
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Qué arregla
Dockerfile.frontde la plantilla seguía en el mundo PRE-tramo-B (ARG FRONT_ID,npm run build -w fronts/${FRONT_ID},ENV BOS_ACTIVE_PIPELINE=${FRONT_ID}) mientrasscripts/templates/front-image/Dockerfiledehorus-bos-starter(la fuente real, la quemake_client_repo.pycopia sin sustituciones) ya lleva el árbol fijo del tramo B (ticket5e4da24bb8c3): una sola imagen sirve todas las apps del cliente, la app se elige en el arranque del contenedor conNUXT_PUBLIC_BOS_APP, no en el build.Un consultor que implementara con la plantilla vieja se comía un build roto en el primer intento.
Qué cambia
Dockerfile.front: reemplazado verbatim por la fuente actual (así lo copia tambiénmake_client_repo.py).README.md: la fila deDockerfile.fronty la nota de "fronts/" dejan de nombrarFRONT_ID; el ejemplo de build queda enMOLDE_VERSION=0.30.0(la versión recién publicada).Dockerfile(backend): sin cambios — ya coincidía con la fuente por directivas.Verificación
RC 0, sin hallazgos.
Contexto
Ticket
0caf4f4d3190(paso 8 de la skillacunar-molde, OBLIGATORIO desde el ticket1681556a9f60, no ejecutado en el corte de 0.30.0 por un gap de proceso — ver hallazgo reportado a 1P). No mergeo: el gate de merge es de Andrés.🤖 Generado por 1A_-_Operador_Release