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

Bumped Clojure and OpenJDK versions. Removed unnecessary option from… #630

Merged
merged 4 commits into from Feb 10, 2020

Conversation

altvec
Copy link

@altvec altvec commented Feb 9, 2020

github-icon follow up to #625

I don't know how important it is, but docker image is now a bit smaller as well -- 722MB vs 1.08GB

FROM clojure:openjdk-11-tools-deps-1.10.0.408
FROM clojure:openjdk-13-tools-deps-1.10.1.502
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Если мы переходим на новую версию openjdk (у него будет своя версия компилятора), то нам необходимо обновить номер версии языка clojure для игроков:
https://github.com/hexlet-codebattle/codebattle/blob/add_linters/ansible/pull_dockers.yml

docker_image: "codebattle/clojure:1.10.0",

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docker pull codebattle/clojure:1.10.0

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Обновил. Но, наверное, я зря так жестко версию зафиксировал?

Copy link
Collaborator

@ReDBrother ReDBrother Feb 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Не думаю что .502 связана с версией самого языка, это для этого image скорее верно.
В гитхабе проекта числится последним и стабильным 1.10.1 https://github.com/clojure/clojure/blob/master/changes.md

@ReDBrother ReDBrother merged commit 1fecabf into hexlet-codebattle:add_linters Feb 10, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants