Skip to content

feature: add exist_version tag #1

@duncdrum

Description

@duncdrum

While exist is not included in the image, it makes for more maintainable Dockerfiles, ala:

ARG EXIST_VERSION=6.2.0
FROM ghcr.io/eeditiones/builder:${EXIST_VERSION} AS builder
# do your thing
FROM ghcr.io/jinntec/base:${EXIST_VERSION}
# more stuff

alternatively only add :release as tag… tbd

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions