tullictl is not built into the Docker image #25
Labels
No labels
Compat/Breaking
demo
hardening
identity
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
needs-verification
notify
ops
packaging
perf
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
process
rbac
research
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
scanning
stage-6e
stage-6f
stage-6g
Status
Abandoned
Status
Blocked
Status
Need More Info
transport
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
qwc-open/tulli#25
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug
tullictlis documented as the way to inspect a running instance (e.g.docker compose exec tulli tullictl repos, see #18), but it does not exist in the shipped image. Confirmed on a docker-compose testing instance:tullictlis not onPATH/ not present.Cause
The Dockerfile only builds and copies the server binary —
cmd/tullictlis never compiled or copied:Fix
cmd/tullictlin the build stage (go build … -o /out/tullictl ./cmd/tullictl).COPY --from=build /out/tullictl /usr/local/bin/tullictlinto the runtime stage.docker compose exec tulli tullictl reposworks against the compose stack (it can talk to the web API overTULLI_URLwith the bootstrap admin token).Impact / related
tullictl repo rm) inside compose.Labels:
Kind/Bug,packaging.