Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lock down docker image versions #38

Open
franz-see opened this issue Dec 23, 2018 · 1 comment
Open

Lock down docker image versions #38

franz-see opened this issue Dec 23, 2018 · 1 comment

Comments

@franz-see
Copy link

@sczyh30 First of all, thanks for this blueprint! looks really good and is well documented

However, I think it would be better to lock down the versions of the docker images instead of relying on "latest". Otherwise, you might be in a constant bug fixing everytime a new docker image breaks your project.

For example, elasticsearch:latest, logstash:latest and kibana:latest can no longer be found. MySQL currently has Unable to load authentication plugin 'caching_sha2_password'. Keycloak fails on first startup with Caused by: java.sql.SQLException: Access denied for user 'keycloak'@'172.27.0.2' (using password: YES).

Currently, I havent been able to run the project because Im still trying to address these docker issues.

@sczyh30
Copy link
Owner

sczyh30 commented Dec 23, 2018

Hi, thanks for your suggestion. I'll try to find the right versions of Docker images and fix this later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants