-
Notifications
You must be signed in to change notification settings - Fork 73
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
Feature: Docker image #56
Comments
I can see how that could be useful. Unfortunately, I have only minimal experience with Docker and that was several years ago. I'm very reluctant to merge a feature that I am unable to easily understand and maintain. |
hi, we needed this since we want to use tern to apply migrations in our k8s init containers. we did it here https://gitlab.com/gfx-devops/tern you can use it with docker run as well, ala it is a simple image that pulls the release from the github release. i'll be manually creating new tags for now, probably will set up something automated in the future. @muhlemmer let me know if you would like me to create base images on something that isn't x86 alpine (it is trival). otherwise you can just use the image as a layer and copy /usr/local/bin/tern |
@jackc, GoReleaser has Docker Images to build docker image. Do you accept PR? |
@robsonpeixoto I don't have anything against it. But as I mentioned above, I work with Docker very infrequently, so I couldn't really maintain it. But if it's just some GoReleaser config then sure. |
For my projects I'm usually building a Docker image with the migration scripts included. Now I'm building images from scratch in various projects, but in order to safe some CI minutes I'm looking to build a single "tern" base image for all of my projects.
If you are interested in a Docker image for this repository, I can commit a Dockerfile here and (help) setup a CI environment. This can be either Github actions, or directly building it on Docker hub.
The text was updated successfully, but these errors were encountered: