Skip to content

chore(ci): rename docker image from lobstr-swa to lobstr#63

Merged
github-actions[bot] merged 1 commit into
devfrom
chore/rename-docker-image
Jun 17, 2026
Merged

chore(ci): rename docker image from lobstr-swa to lobstr#63
github-actions[bot] merged 1 commit into
devfrom
chore/rename-docker-image

Conversation

@Ryback2501

Copy link
Copy Markdown
Owner

Summary

  • Rename the Docker image from lobstr-swa to lobstr across CI, the release workflow, and the Makefile, since the SWA is named Lobstr.

Changes

CI / build

  • .github/workflows/ci-jobs.yml — docker-smoke job builds lobstr:ci, runs container lobstr, and references lobstr in the healthcheck logs and teardown.
  • .github/workflows/release.yml — Docker Hub image renamed to $DOCKERHUB_USERNAME/lobstr.
  • Makefiledocker-build/docker-run build and run lobstr:local.

Notes

  • The Docker Hub rename takes effect on the next dev → main release; that release will push <user>/lobstr (a new repo) instead of <user>/lobstr-swa. Ensure the lobstr Docker Hub repo exists / the token can create it.
  • No change to GitHub Pages deployment (it publishes the swa/ directory by path, independent of the image name).

Test plan

  • CI docker job builds lobstr:ci, the container becomes healthy, and teardown succeeds.
  • make docker-build produces lobstr:local and make docker-run serves at http://localhost:8080.

@github-actions github-actions Bot merged commit 45acc0a into dev Jun 17, 2026
10 checks passed
@github-actions github-actions Bot deleted the chore/rename-docker-image branch June 17, 2026 13:23
@Ryback2501 Ryback2501 mentioned this pull request Jun 17, 2026
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