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

ci: fix docker build with node:lts-alpine #7663

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

mtrezza
Copy link
Member

@mtrezza mtrezza commented Oct 29, 2021

New Pull Request Checklist

Issue Description

Related issue: #7662

Approach

Copy source files prior to installation to have config files ready for install.

TODOs before merging

n/a

@parse-github-assistant
Copy link

parse-github-assistant bot commented Oct 29, 2021

Thanks for opening this pull request!

  • 🎉 We are excited about your hands-on contribution!

@mtrezza mtrezza changed the title Update Dockerfile ci: fix docker build Oct 29, 2021
@mtrezza mtrezza linked an issue Oct 29, 2021 that may be closed by this pull request
4 tasks
@codecov
Copy link

codecov bot commented Oct 29, 2021

Codecov Report

Merging #7663 (530c1f0) into alpha (f1238ea) will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##            alpha    #7663      +/-   ##
==========================================
- Coverage   94.03%   93.99%   -0.04%     
==========================================
  Files         181      181              
  Lines       13373    13373              
==========================================
- Hits        12575    12570       -5     
- Misses        798      803       +5     
Impacted Files Coverage Δ
src/Adapters/Files/GridFSBucketAdapter.js 79.50% <0.00%> (-0.82%) ⬇️
src/Adapters/Storage/Mongo/MongoStorageAdapter.js 92.68% <0.00%> (-0.65%) ⬇️
src/RestWrite.js 94.04% <0.00%> (-0.16%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f1238ea...530c1f0. Read the comment docs.

@mtrezza mtrezza changed the title ci: fix docker build ci: fix docker build with node:lts-alpine Oct 29, 2021
@mtrezza mtrezza merged commit e1f8de8 into parse-community:alpha Oct 29, 2021
@mtrezza mtrezza deleted the fix-docker-ci branch October 29, 2021 15:57
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.0.0-alpha.3

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Oct 29, 2021
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.0.0-beta.1

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Nov 1, 2021
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.0.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI docker build fails
2 participants