Everytime i run my build in jfrog pipelines, i see that the build image is being pulled from releases-docker.jfrog.io. Would like to instead pull the image from my own artifactory instance to reduce time.
Here is my sample test pipeline:
pipelines:
- name: testSimple_1
steps:
- name: testSimple
type: Bash
configuration:
runtime:
type: image
image:
custom:
name: releases-docker.jfrog.io/jfrog/pipelines-u18node
tag: "16"
execution:
onExecute:
- echo "executing step ..."