Skip to content
Alan edited this page Jun 22, 2024 · 1 revision

Welcome to the devspace-python wiki!

Branch naming

  • {image source type}-{build source}-{python version}

image source type

  • released: image pull from dockerhub
  • default(blank): image pull from internal harbor

build source

  • docker: build from Dockerfile
  • devcontainer: build image using devcontainer-cli

for example,

  • released-docker-3.8
    • pull image from dockerhub (public)
    • image build from pure Dockerfile
    • python version is 3.8

Clone this wiki locally