-
Notifications
You must be signed in to change notification settings - Fork 0
Fix tagging of image builder #667
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so this removes tagging with runnable registry completely? But we need to change api then too, right? I can change that if you are saying that is the way to go
…ripts into fix-image-builder-push * 'fix-image-builder-push' of github.com:CodeNow/devops-scripts: update node version to the tested one
repo: git@github.com:CodeNow/{{ name }}.git | ||
node_version: "4.2.2" | ||
npm_version: "2.15.11" | ||
use_default_dockerfile: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where is this used?
|
||
inject_ca: false | ||
repo: git@github.com:CodeNow/{{ name }}.git | ||
node_version: "4.2.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these are not needed if you are building from dockerfile in repo
image_builder_docker_namespace: "{{ registry_host }}/runnable/image-builder" | ||
app_repo: git@github.com:CodeNow/{{ app_name }}.git | ||
|
||
inject_ca: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not needed if dockerfile in repo
tested on gamma |
We should treat our k8 files as compiled files, since we don't actually (http://blog.andrewray.me/dealing-with-compiled-files-in-git/). We should probably wait some time until we actually have more confidence in our compilation.
What this PR does
Deployment (post-merge)