Skip to content

Update default Ubuntu image to 25.10 and extract slug constants#48

Open
ret2libc wants to merge 2 commits intomainfrom
update-ubuntu-image
Open

Update default Ubuntu image to 25.10 and extract slug constants#48
ret2libc wants to merge 2 commits intomainfrom
update-ubuntu-image

Conversation

@ret2libc
Copy link
Collaborator

@ret2libc ret2libc commented Mar 13, 2026

Summary

  • Update default Ubuntu image from 25.04 to 25.10 (ubuntu-25-10-x64)
  • Extract default region, size, and image slugs into module-level constants (DEFAULT_REGION, DEFAULT_SIZE, DEFAULT_IMAGE) in config.py to eliminate repeated magic strings
  • Update all references in main.py and tests to use the new constants

Test plan

  • Verify uv run pytest passes
  • Verify prek run passes (linting, type checks)
  • Confirm dropkit init prompts show updated default image slug

🤖 Generated with Claude Code

ret2libc and others added 2 commits March 13, 2026 14:09
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace duplicated hardcoded strings across config.py, main.py, and
tests with DEFAULT_REGION, DEFAULT_SIZE, and DEFAULT_IMAGE constants
defined in config.py.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant