Cambiar la lista de versiones por una matriz #1

Open
opened 2023-08-17 16:00:24 +00:00 by fauno · 2 comments
Owner

De

matrix:
  ALPINE_VERSION:
  - "3.18.3"
  - "3.17.5"
  - "3.16.7"
  - "3.15.10"

A

matrix:
  include:
  - ALPINE_VERSION: "3.18.3"
  - ALPINE_VERSION: "3.17.5"

Porque algunos containers tienen otras variables y al actualizar la versión de Alpine desde skel siempre hay que resolver conflictos. No sé si no se producirían más pero al menos haría más fácil la resolución.

De ```yaml matrix: ALPINE_VERSION: - "3.18.3" - "3.17.5" - "3.16.7" - "3.15.10" ``` A ```yaml matrix: include: - ALPINE_VERSION: "3.18.3" - ALPINE_VERSION: "3.17.5" ``` Porque algunos containers tienen otras variables y al actualizar la versión de Alpine desde skel siempre hay que resolver conflictos. No sé si no se producirían más pero al menos haría más fácil la resolución.
Author
Owner

Por ejemplo en postgresql

matrix:
  include:
  - ALPINE_VERSION: "3.18.3"
    PG_VERSION: "15"
    PG_VERSION_APPENDED: "15"
    PG_VERSION_FULL: "15.4"
Por ejemplo en [postgresql](https://gitea.nulo.in/Sutty/containers-postgresql) ```yaml matrix: include: - ALPINE_VERSION: "3.18.3" PG_VERSION: "15" PG_VERSION_APPENDED: "15" PG_VERSION_FULL: "15.4" ```
Owner

es una propuesta? no se que significa

es una propuesta? no se que significa
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Sutty/containers-skel#1
No description provided.