Skip to content

DEVOPS-1289 #8

Merged
disaac merged 2 commits intomasterfrom
DEVOPS-1289
Mar 22, 2017
Merged

DEVOPS-1289 #8
disaac merged 2 commits intomasterfrom
DEVOPS-1289

Conversation

@disaac
Copy link
Copy Markdown

@disaac disaac commented Mar 13, 2017

  • Created a script for copying just the node binaries from a special tagged version node-7.5.0 that will be created in the whistle docker hub. copybins.sh
  • Created a script for testing whether or not a tag is present in a docker repository. Allows for building a version without the tag if the tag isn’t present. Can later additionally add to build the tag if the tag isn’t present then leverage the the tag later. tagexists.sh
  • Added logic to check whether or not a certain binary is being installed or not in the circle.yaml.
  • Added node version information to the tagging so that if a node ci tool is generated the Node version tag is included in addition to the terraform and packer tags.
    *NOTE: Building the node tag takes over 30 minutes in circleci which is why it isn't added to the standard build process and a separate tag is used to copy the binaries from.

- Created a script for copying just the node binaries from a special tagged version node-7.5.0 that will be created in the whistle docker hub. copybins.sh
- Created a script for testing whether or not a tag is present in a docker repository. Allows for building a version without the tag if the tag isn’t present. Can later additionally add to build the tag if the tag isn’t present then leverage the the tag later.
- Added logic to check whether or not a certain binary is being installed or not in the circle.yaml.
- Added node version information to the tagging so that if a node ci tool is generated the Node version tag is included in addition to the terraform and packer tags.
- Added logic automatically build the node binary tag and push it up to docker if the version set in circle.yml isn't found in the registry.
- Will tag it with both a circleci build number and the expected generic tag so that both are available and neither should affect the :latest tag.
- Increased Major Version tag to 2
- Adding Packages needed for scripts.
@disaac
Copy link
Copy Markdown
Author

disaac commented Mar 22, 2017

Is it cool if I merge this one?

@pickgr
Copy link
Copy Markdown

pickgr commented Mar 22, 2017

@disaac - feel free to merge...

@disaac disaac merged commit ea3486e into master Mar 22, 2017
@disaac disaac deleted the DEVOPS-1289 branch March 22, 2017 15:03
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.

5 participants