docker-sbt icon indicating copy to clipboard operation
docker-sbt copied to clipboard

Add sbtVersion tag

Open kijuky opened this issue 2 years ago • 2 comments

solves #217.

policy

In #217:

I was thinking to have the latest sbt version committed and a tag created

I implemented it.

detail

  • add sbtVersion tag
    • remove fetch latest sbt version task
    • fix default sbt version in Dockerfile to 1.8.2
  • remove scheduled trigger

kijuky avatar Feb 12 '23 02:02 kijuky

Thanks @kijuky this is a first step but we need to find a way to automate the update that version tag whenever there is a new sbt version. Could be some other action that polls every day, commits and triggers this action? Any ideas?

francisdb avatar Mar 22 '23 16:03 francisdb

Could be some other action that polls every day, commits and triggers this action? Any ideas?

I don't have an implementation yet, but when I heard about it, it felt like "scala steward". The problem is that this repository is not an sbt project, so

  • make a fork of scala steward or
  • make this repository a sbt project and get scala steward noticed (sbt project doesn't necessarily have to be a scala project)

kijuky avatar Mar 23 '23 14:03 kijuky