This repository was archived by the owner on Dec 15, 2020. It is now read-only.
Update test Docker container versions#2239
Open
zwass wants to merge 1 commit intokolide:masterfrom
zwass:update-docker-osquery
Open
Update test Docker container versions#2239zwass wants to merge 1 commit intokolide:masterfrom zwass:update-docker-osquery
zwass wants to merge 1 commit intokolide:masterfrom
zwass:update-docker-osquery
Conversation
Previously these test Docker containers used https://github.com/kolide/docker-osquery, which no longer seems to be maintained and has very old osquery versions (2.7.0). Migrate to using containers from the new https://github.com/dactivllc/docker-osquery project. This brings Fleet to testing with current (4.3.0) osquery on an expanded set of operating systems.
| services: | ||
| ubuntu14-osquery: | ||
| image: "kolide/osquery:${KOLIDE_OSQUERY_VERSION}" | ||
| image: "dactiv/osquery:4.3.0-ubuntu14.04" |
Contributor
There was a problem hiding this comment.
Given that this is in the kolide org, it may make more sense to fix kolide/osquery? Thoughts
Contributor
Author
There was a problem hiding this comment.
If you would like to maintain kolide/osquery, that's fine with me. The important bit IMO is that we are developing with new versions of osquery.
Contributor
Author
There was a problem hiding this comment.
@directionless do you think Kolide can take on maintaining kolide/osquery?
Contributor
There was a problem hiding this comment.
Maybe. Want to help? I can give you permission on both the git side, and the docker side...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previously these test Docker containers used
https://github.com/kolide/docker-osquery, which no longer seems to be
maintained and has very old osquery versions (2.7.0). Migrate to using
containers from the new https://github.com/dactivllc/docker-osquery
project. This brings Fleet to testing with current (4.3.0) osquery on an
expanded set of operating systems.