Skip to content

Instantly share code, notes, and snippets.

@leedm777
Created September 30, 2015 15:11
Show Gist options
  • Save leedm777/e70b0f876d0a52c09a3e to your computer and use it in GitHub Desktop.
Save leedm777/e70b0f876d0a52c09a3e to your computer and use it in GitHub Desktop.
Different hashes?

From docker build

Step 5 : RUN plugin install logstash-filter-range logstash-filter-json_encode
 ---> Using cache
 ---> d2347580a3d2
Step 6 : COPY conf.d/* /etc/logstash/conf.d/
 ---> Using cache
 ---> 2be77abb40f7

From docker-compose build on the same sources, without changing anything

Step 5 : RUN plugin install logstash-filter-range logstash-filter-json_encode
 ---> Using cache
 ---> d2347580a3d2
Step 6 : COPY conf.d/* /etc/logstash/conf.d/
 ---> Using cache
 ---> 9d8c091ebdb8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment