logstash
logstash copied to clipboard
updated docker image
I tried to build the latest image from the steps mentioned in the wiki and it works pretty fine , but when I deploy the mesos/logstash as marathon app , logstash-executor image is getting pulled from the mesos docker hub and which is old docker image.
I have the latest image for logstash-executor and logstash-scheduler do let me know how can I update it to Docker Registry HUB.
We need to keep our Docker Hub images up to date with the repository.
Our Docker Hub repository is here and here.
Both are 5 months (!) out of date.
Compare Docker Hub repository for Elasticsearch which was updated yesterday.
We have a Gradle build task for publishing
Just need the credentials for this
Here's how to run the task, assuming you have the credentials
./gradlew -PdockerHubUsername=U -PdockerHubPassword=P -PdockerHubEmail=E publishDockerImageWithVersion
@mwl any idea who has the credentials for this?
We'll push a new version as soon as we have a reasonable stable build.
No I dont have credentials for it.