trying to use a private docker image in bitbucket-pipelines.yaml. Get the below error
There is a problem with the format of your docker image name at [pipelines > default > 0 > step > image > name].
A snippet of the pipeline file is below, any ideas?
- step:
name: gluepyspark
image:
name:arvindrs/glue_etl_local:latest
username:$DOCKER_HUB_USERNAME
password:$DOCKER_HUB_PASSWORD
@arvind only exact version, but not latest, is supported right now in pipeline
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.