bitnami / containers

Bitnami container images
https://bitnami.com
Other
3.4k stars 4.86k forks source link

[bitnami/logstash] Where can I find the dockerfile for version 7.10.2 #67944

Closed matchseller closed 4 months ago

matchseller commented 4 months ago

Name and Version

bitnami/logstash:7.10.2

What architecture are you using?

None

What steps will reproduce the bug?

As title

What is the expected behavior?

No response

What do you see instead?

nothing

Additional information

No response

javsalgar commented 4 months ago

Hi,

You may need to go through the history of the repository and find the version you are looking for.

git log --oneline bitnami/logstash/ | grep 7.10

Then you can execute git checkout to the proper commit ID.

matchseller commented 4 months ago

Hi,

You may need to go through the history of the repository and find the version you are looking for.

git log --oneline bitnami/logstash/ | grep 7.10

Then you can execute git checkout to the proper commit ID.

Thank you very much

matchseller commented 4 months ago

image Hi,where can i find this package?

javsalgar commented 4 months ago

Looking at the script, I believe it gets it from downloads.bitnami.com

matchseller commented 4 months ago

Looking at the script, I believe it gets it from downloads.bitnami.com

I have read it and the download address in the script is wrong and will redirect to the bitnami homepage. The download address I got is this: https://downloads.bitnami.com/files/stacksmith/java-11.0.10-0-linux-amd64-debian-10.tar.gz

carrodher commented 4 months ago

That tarball should be now available, can you retry?

matchseller commented 4 months ago

That tarball should be now available, can you retry?

The java compressed package can be downloaded, but logstash and gosu still cannot be downloaded. https://downloads.bitnami.com/files/stacksmith/logstash-7.10.2-0-linux-amd64-debian-10.tar.gz https://downloads.bitnami.com/files/stacksmith/gosu-1.12.0-2-linux-amd64-debian-10.tar.gz

matchseller commented 4 months ago

Hi,can anyone answer this question? I would be very grateful.

carrodher commented 4 months ago

Those files should be already available.

matchseller commented 4 months ago

Those files should be already available.

Yes, it works now, thank you very much

matchseller commented 4 months ago

Hi,The following resource files related to kibana 7.10.2 were not found https://downloads.bitnami.com/files/stacksmith/yq-4.18.1-0-linux-amd64-debian-10.tar.gz https://downloads.bitnami.com/files/stacksmith/gosu-1.14.0-3-linux-amd64-debian-10.tar.gz https://downloads.bitnami.com/files/stacksmith/kibana-7.10.2-6-linux-amd64-debian-10.tar.gz

carrodher commented 4 months ago

Restored!

matchseller commented 4 months ago

Restored!

Yes,Thanks again