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

Use Dockerfile to build (lein uberimage is flakey) #12

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

rymndhng
Copy link

@rymndhng rymndhng commented May 5, 2018

The goal here is to be able to build a docker image with a modern version of leningen. We need to move off lein uberimage to make this work.

There's a lot of yaks to shave in order to get this working

  1. Using lein 2.8.1 (latest is preferrable)
  2. Updating Versions of Dependencies (this is mutually blocked with lein 2.8.1 which disallows insecure repos in transitive dependencies)
  3. Fixing Linters where possible
  4. Fixing deprecation warnings from the AWS SDK (to maintain backwards compatibility, the aws-regions.xml file is inlined into the repo since it no longer exists as part of the AWS SDK)

@rymndhng rymndhng force-pushed the use-dockerfile branch 4 times, most recently from e11cc4c to 86f9ea4 Compare May 5, 2018 17:49
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.

1 participant