-
-
Save mscharley/ce385ae9e8f96201767a5e7d8a3c5fdd to your computer and use it in GitHub Desktop.
Dockerfile for logstash-input-acquia
This file contains 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
FROM logstash:1.5 | |
# RUN apt-get update && apt-get install -y \ | |
# ruby \ | |
# git \ | |
# vim \ | |
# zip \ | |
# openssl \ | |
# && apt-get clean \ | |
# && rm -rf /var/lib/apt/lists/* | |
# RUN gem install acquia-cloud bundler | |
# RUN git clone https://github.com/Equiem/logstash-input-acquia.git \ | |
# && cd logstash-input-acquia \ | |
# && gem build logstash-input-acquia.gemspec | |
RUN cd /opt/logstash \ | |
&& bin/plugin install logstash-input-acquia | |
This file contains 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
Sending build context to Docker daemon 47.62 kB | |
Step 1 : FROM logstash:1.5 | |
1.5: Pulling from library/logstash | |
8b87079b7a06: Already exists | |
a3ed95caeb02: Already exists | |
1bb8eaf3d643: Already exists | |
8b814800df49: Already exists | |
8819a60acbef: Already exists | |
a3ed95caeb02: Already exists | |
1be1b08f002b: Already exists | |
a3ed95caeb02: Already exists | |
a3ed95caeb02: Already exists | |
a3ed95caeb02: Already exists | |
a3ed95caeb02: Already exists | |
192853c43a20: Already exists | |
9cebd99651f4: Already exists | |
bd2f56a1074e: Pulling fs layer | |
96941a239915: Pulling fs layer | |
a3ed95caeb02: Pulling fs layer | |
3b57f72b5ca2: Pulling fs layer | |
4b618ecb372b: Pulling fs layer | |
f71df35dff46: Pulling fs layer | |
58fe7f11b18f: Pulling fs layer | |
4d4c80b51f6c: Pulling fs layer | |
3b57f72b5ca2: Waiting | |
4b618ecb372b: Waiting | |
f71df35dff46: Waiting | |
58fe7f11b18f: Waiting | |
4d4c80b51f6c: Waiting | |
a3ed95caeb02: Download complete | |
96941a239915: Verifying Checksum | |
96941a239915: Download complete | |
bd2f56a1074e: Download complete | |
bd2f56a1074e: Pull complete | |
96941a239915: Pull complete | |
a3ed95caeb02: Pull complete | |
4b618ecb372b: Verifying Checksum | |
4b618ecb372b: Download complete | |
3b57f72b5ca2: Verifying Checksum | |
3b57f72b5ca2: Download complete | |
3b57f72b5ca2: Pull complete | |
4b618ecb372b: Pull complete | |
f71df35dff46: Verifying Checksum | |
f71df35dff46: Download complete | |
f71df35dff46: Pull complete | |
4d4c80b51f6c: Verifying Checksum | |
4d4c80b51f6c: Download complete | |
58fe7f11b18f: Verifying Checksum | |
58fe7f11b18f: Download complete | |
58fe7f11b18f: Pull complete | |
4d4c80b51f6c: Pull complete | |
Digest: sha256:f29319c62eaaef6707cb00204519cdd46147b8b398cd19ae137897e2df56621e | |
Status: Downloaded newer image for logstash:1.5 | |
---> bf5262648cad | |
Step 2 : RUN cd /opt/logstash && bin/plugin install logstash-input-acquia | |
---> Running in a6857fdc629b | |
Validating logstash-input-acquia | |
Installing logstash-input-acquia | |
Installation successful | |
---> 7cd10abd2d03 | |
Removing intermediate container a6857fdc629b | |
Successfully built 7cd10abd2d03 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment