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

build: fix docker builds in ACR #3986

Merged
merged 6 commits into from
Sep 15, 2020
Merged

build: fix docker builds in ACR #3986

merged 6 commits into from
Sep 15, 2020

Conversation

a-b-r-o-w-n
Copy link
Contributor

Description

Updates .dockerignore to fix ACR builds. Tthe rule **/es was working as expected for local builds, but ignoring the packages directory for ACR builds. It was an outdated rule anyways, so its safe to remove.

Task Item

fixes #3945

usage: docker build --build-args YARN_ARGS=--verbose .
The packages directory was being ignored in error with the rule `**/es`. That rule is outdated, and removing fixes acr builds.
@a-b-r-o-w-n
Copy link
Contributor Author

@kunigagon could you give this a try? I was able to build and push to ACR.

@coveralls
Copy link

coveralls commented Sep 2, 2020

Coverage Status

Coverage remained the same at 55.5% when pulling 515727b on abrown/build/docker into 40ced1f on main.

@cwhitten
Copy link
Member

@a-b-r-o-w-n the linked issue is now closed. Do we will want to take this?

@a-b-r-o-w-n
Copy link
Contributor Author

Yes. I think it was closed without getting merged.

@a-b-r-o-w-n a-b-r-o-w-n added the Approved to merge approved, waiting to be merged label Sep 15, 2020
@a-b-r-o-w-n a-b-r-o-w-n merged commit b83f80c into main Sep 15, 2020
@a-b-r-o-w-n a-b-r-o-w-n deleted the abrown/build/docker branch September 15, 2020 15:15
alanlong9278 added a commit to alanlong9278/BotFramework-Composer that referenced this pull request Sep 16, 2020
* main:
  fix: add more missing formatMessage calls (microsoft#4144)
  feat: electron splash screen (microsoft#4119)
  feat: Add QnA files to dispatch model in skill manifest (microsoft#3985)
  fix: check whether operation is under current project folder (microsoft#4078)
  update localization and add missing "example" string (microsoft#4138)
  fix: defense invocation of `value.match()` (microsoft#4110)
  fix: checkReturnType in ExpressionValidation throws unexpected error (microsoft#4112)
  chore(deps): Bump tree-kill from 1.2.1 to 1.2.2 in /Composer (microsoft#4035)
  build: fix docker builds in ACR (microsoft#3986)
  fix: security: downgrade node-forge to 0.9.0 (microsoft#4133)
  chore: update archiver to fix security warning (microsoft#4116)
@cwhitten cwhitten mentioned this pull request Nov 13, 2020
lei9444 pushed a commit to lei9444/BotFramework-Composer-1 that referenced this pull request Jun 15, 2021
* allow passing yarn args to docker build

usage: docker build --build-args YARN_ARGS=--verbose .

* fix acr builds

The packages directory was being ignored in error with the rule `**/es`. That rule is outdated, and removing fixes acr builds.

Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved to merge approved, waiting to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

eslint-plugin-bfcomposer not-found when build on the composer image on ACR
3 participants