Skip to content

Conversation

@marccampbell
Copy link
Member

No description provided.

divolgin
divolgin previously approved these changes Dec 17, 2025

LABEL com.replicated.vendor_cli=true

ENTRYPOINT ["/replicated"]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Docker image no longer supports local spec generation

The rebuilt Dockerfile no longer includes /bin/bash or the swagger CLI, but Makefile target get-spec-local still runs docker run ... /bin/bash -c and calls swagger generate spec. This makes local spec/model generation fail when using the repository’s Docker image.

Additional Locations (1)

Fix in Cursor Fix in Web

--base main \
--head "$BRANCH_NAME" \
--title "Update Replicated CLI docs for ${VERSION}" \
--body "Automated update of CLI documentation for release ${VERSION}"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Docs workflow omits sidebar updates

The docs job deletes existing replicated-cli-*.mdx files and writes new ones, but it doesn’t update sidebars.js (the previous pipeline did). If the docs repo sidebar references the removed pages, the generated docs PR can break navigation or fail the docs build.

Fix in Cursor Fix in Web

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.

3 participants