Skip to content

Commit

Permalink
Switch NV job to another docker image (#1498)
Browse files Browse the repository at this point in the history
Switch NV job to another docker image

Use image which runs under user instead of root

Resolves: OLPSUP-29798, OAM-2353

Signed-off-by: Yaroslav Stefinko <[email protected]>
  • Loading branch information
ystefinko committed Apr 18, 2024
1 parent cd06964 commit 6d25648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ build_test_linux_fv:

build_test_nv:
stage: build
image: ${DOCKER_REGISTRY}/${DOCKER_IMAGE_USER}:${DOCKER_IMAGE_USER_VERSION}
tags:
- docker-prod
script:
Expand Down

0 comments on commit 6d25648

Please sign in to comment.