Hi all :slightly_smiling_face: Is it possible to u...
# ask-community
j
Hi all 🙂 Is it possible to use local docker images in a docker work pool? If so - what should
image:
be in the below example?
Copy code
deployments:
- name: My Deployment
  version: null
  tags: []
  schedules: []
  description: Some Description
  entrypoint: "path/to/file.py:hello_world"
  work_pool:
    name: test-pool
    job_variables:
      image: "local-image:latest"
n
hi @Jahn Thomas Fidje - yes! here's an example
j
Thank you!
👍 1
n
so I think you're on the right track, did you hit an issue?
j
It can't find the image, but I guess I'm using the wrong image name then 😅
n
i seem to recall some oddity around
latest
tags and local images can you try some other tag than
latest
?
d
@Nate Need one help please.. When I am creating new deployments with existing names (but a different version), the older deployments get overwritten and are not show in UI. Is this expected?
j
Thanks again 🙂 I will try this!