Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

[play] Set up automated builds for the play package #13

Open
yuvipanda opened this issue Dec 3, 2017 · 3 comments
Open

[play] Set up automated builds for the play package #13

yuvipanda opened this issue Dec 3, 2017 · 3 comments

Comments

@yuvipanda
Copy link

Ideally, it would make a new container image tagged with the git hash for every commit. This is currently not possible on Dockerhub (which only gives you a 'latest' tag).

Our options are:

  1. Used tagged builds in DockerHub. This would make a new build of play every time there's a tag made like 'play-*'. This won't give us an image per commit though, and would require a new tag to be made every time we want to deploy. This seems like too much coupling...
  2. Use travis-ci on this repo to build and push a docker image. This requires setting sudo: true in travis.yml, which is going to slow down your tests (there's no way to do that only for post-merge builds I can tell). Not sure if you want this
  3. ???
@rgbkrk
Copy link
Member

rgbkrk commented Dec 14, 2017

We could have another repo that does regular builds, possibly using Travis CI's Cron Jobs feature or even just triggering the other repo after we've shipped the latest version of @nteract/play.

@stale
Copy link

stale bot commented Apr 12, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale
Copy link

stale bot commented Feb 7, 2019

This issue hasn't had any activity on it in the last 90 days. Unfortunately we don't get around to dealing with every issue that is opened. Instead of leaving issues open we're seeking to be transparent by closing issues that aren't being prioritized. If no other activity happens on this issue in one week, it will be closed.
It's more than likely that just by me posting about this, the maintainers will take a closer look at these long forgotten issues to help evaluate what to do next.
If you would like to see this issue get prioritized over others, there are multiple avenues 🗓:

  • Ask how you can help with this issue 👩🏿‍💻👨🏻‍💻
  • Help solve other issues the team is currently working on 👨🏾‍💻👩🏼‍💻
  • Donate to nteract so we can support developers to work on these features and bugs more regularly 💰🕐

Thank you!

@rgbkrk rgbkrk transferred this issue from nteract/nteract Feb 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants