-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove fleetctl binary from fleetdm/fleet
image and remove unused Dockerfile
#25749
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Haven't found any references to these |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* Removed `fleetctl` binary from the `fleetdm/fleet` docker image. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,5 @@ RUN addgroup -S fleet && adduser -S fleet -G fleet | |
USER fleet | ||
|
||
COPY fleet /usr/bin/ | ||
COPY fleetctl /usr/bin/ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let me know if there's a reason to keep the fleetctl executable on the |
||
|
||
CMD ["fleet", "serve"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems our release scripts use
tools/fleet-docker/Dockerfile
(which almost looks the same).