Skip to content
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

Adding docker_container_fs_changes table #6178

Merged
merged 2 commits into from
Feb 24, 2020

Conversation

scoders-tob
Copy link
Contributor

This table lists changes to a container's filesystem since it's creation.

Example query:

osquery> select * from docker_container_fs_changes where id = '6d4a0ff6d954';
+--------------+----------+-------------+
| id           | path     | change_type |
+--------------+----------+-------------+
| 6d4a0ff6d954 | /bin     | C           |
| 6d4a0ff6d954 | /bin/xxx | A           |
| 6d4a0ff6d954 | /bin/tar | D           |
| 6d4a0ff6d954 | /xxx     | A           |
+--------------+----------+-------------+

change_type legend: C:Modified, A:Added, D:Deleted

@theopolis theopolis added the docker Docker tables related. label Jan 17, 2020
theopolis
theopolis previously approved these changes Jan 28, 2020
Copy link
Member

@theopolis theopolis left a comment

Choose a reason for hiding this comment

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

I think the toolchain/docker image needs to be updated before merging.

@scoders-tob
Copy link
Contributor Author

Done!

@scoders-tob
Copy link
Contributor Author

Hi @theopolis, request to merge this one please if you're okay with it.

@theopolis
Copy link
Member

@Smjert or @alessandrogario can you merge this when you are ready. I don't want to be the one who merges due to the Azure image update coordination.

@Smjert
Copy link
Member

Smjert commented Feb 19, 2020

@Smjert or @alessandrogario can you merge this when you are ready. I don't want to be the one who merges due to the Azure image update coordination.

You can go ahead with this, the Docker image name is correct, Sahil already did that, thanks!

@Smjert Smjert merged commit 3eae135 into osquery:master Feb 24, 2020
@mike-myers-tob mike-myers-tob deleted the filediffstable branch May 7, 2020 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants