Skip to content

Separate Docker and VM base image versions#3966

Merged
r4victor merged 1 commit into
masterfrom
issue_3962_separate_docker_vm_images
Jun 15, 2026
Merged

Separate Docker and VM base image versions#3966
r4victor merged 1 commit into
masterfrom
issue_3962_separate_docker_vm_images

Conversation

@r4victor

Copy link
Copy Markdown
Collaborator

Closes #3962

  • Split base_image into docker_base_image and vm_base_image.
  • Replaced the old DSTACK_BASE_IMAGE* env vars with two groups:
    • DSTACK_DOCKER_BASE_IMAGE, DSTACK_DOCKER_BASE_IMAGE_VERSION, DSTACK_DOCKER_BASE_IMAGE_UBUNTU_VERSION
    • DSTACK_VM_BASE_IMAGE_VERSION
  • VM image name resolution in the AWS, Azure, GCP, and OCI backends now reads settings.DSTACK_VM_BASE_IMAGE_VERSION instead of version.base_image directly.
  • Extracted VM images GA workflow from docker.yml into separate vm-images.yml.

@r4victor r4victor merged commit 7dc9811 into master Jun 15, 2026
24 checks passed
@r4victor r4victor deleted the issue_3962_separate_docker_vm_images branch June 15, 2026 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Introduce separate Docker and VM base image versions

1 participant