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

add support for custom docker images #111

Merged
merged 1 commit into from
Apr 7, 2021
Merged

add support for custom docker images #111

merged 1 commit into from
Apr 7, 2021

Conversation

jmaher
Copy link
Contributor

@jmaher jmaher commented Apr 7, 2021

initial support for #108

@jmaher jmaher requested a review from escapewindow April 7, 2021 18:28
Copy link
Contributor

@escapewindow escapewindow left a comment

Choose a reason for hiding this comment

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

Other than my 2 comments, this looks good!
Thank you!

@@ -16,6 +16,9 @@ additional-emails: []
# the xpi package.json lives. Optional. Defaults to the
# root of the repository.
directory: one
# string: docker name. Optional. Defaults to node-14 as found
# in taskcluster/ci/[build|test]/kind.yml .
branch: master
Copy link
Contributor

Choose a reason for hiding this comment

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

You may mean docker-image: node-14 rather than redefining branch?

@@ -7,3 +7,4 @@ artifacts:
- web-ext-artifacts/rally_core.xpi
addon-type: privileged
install-type: npm
docker-image: node-15
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's keep this a staging-only change to test; let's not bump rally-core unless they actually want to move to node 15.

@escapewindow escapewindow merged commit c77ffa2 into mozilla-extensions:master Apr 7, 2021
@escapewindow escapewindow mentioned this pull request Apr 8, 2021
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.

2 participants