update image

This commit is contained in:
Armando Diaz
2025-10-16 12:06:17 -05:00
parent 450faad45c
commit 7305cef18c

View File

@@ -1,16 +1,10 @@
stages:
- test
variables:
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: "/certs"
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA
LATEST_TAG: $CI_REGISTRY_IMAGE:latest
# Test stage
test:
stage: test
image: registry.global.bsf.tools/esv/bsf/images/library/node:24.0.1-alpine3.21
image: containers.global.bsf.tools/node:24.5-alpine3.21
before_script:
- apk add curl
script: