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

Push to open-balena-db as well as resin-db #12

Merged
3 commits merged into from
Mar 20, 2018
Merged

Push to open-balena-db as well as resin-db #12

3 commits merged into from
Mar 20, 2018

Conversation

dfunckt
Copy link
Member

@dfunckt dfunckt commented Mar 13, 2018

This pushes built images to open-balena-db repo as well as under resin-db. This is the first step towards open sourcing resin-db.

There are also a few other maintenance changes:

  • Extracts commands into a separate script
  • Updates CI to Docker 17.X
  • Normalises pushed images to:
    • revision: eg. 22dd724
    • branch: maintenance
    • semver: eg v1.5.2-5-g22dd724

Change-Type: patch

- Extracts commands into a separate script
- Updates CI to Docker 17.X
- Normalises pushed images to:
  - revision: eg. 22dd724
  - branch: maintenance
  - semver: eg v1.5.2-5-g22dd724

Change-Type: patch
@dfunckt dfunckt requested review from Page- and brownjohnf March 13, 2018 10:31
@balena-io balena-io deleted a comment Mar 13, 2018
@dfunckt dfunckt changed the title Modernise CI Push to open-resin-db as well as resin-db Mar 13, 2018
@dfunckt dfunckt changed the title Push to open-resin-db as well as resin-db Push to open-balena-db as well as resin-db Mar 13, 2018
@brownjohnf
Copy link

I prefer having the build script actually in the circle yaml file, but this looks fine.

docker pull ${DOCKER_IMAGE}:${CIRCLE_BRANCH} || true
docker build --rm=false --pull --tag ${DOCKER_IMAGE}:${CIRCLE_SHA1} .
- deploy:
docker info
Copy link
Contributor

Choose a reason for hiding this comment

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

There's no need for this docker info, I think it was debug left over from where you copied this

@ghost ghost merged commit cf31a48 into master Mar 20, 2018
@ghost ghost deleted the maintenance branch March 20, 2018 11:16
This pull request was closed.
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.

3 participants