logstash icon indicating copy to clipboard operation
logstash copied to clipboard

updated docker image

Open abhishekamralkar opened this issue 9 years ago • 5 comments

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.

abhishekamralkar avatar Jan 19 '16 02:01 abhishekamralkar

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

jhftrifork avatar Jan 26 '16 10:01 jhftrifork

Here's how to run the task, assuming you have the credentials

./gradlew -PdockerHubUsername=U -PdockerHubPassword=P -PdockerHubEmail=E publishDockerImageWithVersion

jhftrifork avatar Jan 26 '16 11:01 jhftrifork

@mwl any idea who has the credentials for this?

jhftrifork avatar Jan 26 '16 11:01 jhftrifork

We'll push a new version as soon as we have a reasonable stable build.

mwl avatar Jan 26 '16 11:01 mwl

No I dont have credentials for it.

abhishekamralkar avatar Jan 28 '16 18:01 abhishekamralkar