17 Commits

Author SHA1 Message Date
Manuel
8f877d42c0 feat: Deprecation DEPPS11: Replace PublicAPIRouter with PagesRouter (#9974)
BREAKING CHANGE: This release replaces `PublicAPIRouter` with `PagesRouter` (Deprecation DEPPS11).
2025-12-12 20:55:39 +01:00
Parse Platform
2be1a19a13 fix: Security upgrade node from 20.18.2-alpine3.20 to 20.19.0-alpine3.20 (#9652) 2025-03-16 19:11:56 +01:00
Parse Platform
8f85ae2054 fix: Security upgrade node from 20.17.0-alpine3.20 to 20.18.2-alpine3.20 (#9583) 2025-02-01 20:10:44 +01:00
Parse Platform
15bb17d871 fix: Security upgrade node from 20.14.0-alpine3.20 to 20.17.0-alpine3.20 (#9300) 2024-10-22 22:29:23 +02:00
Parse Platform
e6be5117d0 refactor: Security upgrade node from lts-alpine to 20.14.0-alpine3.20 (#9160) 2024-06-23 19:01:31 +02:00
Corey
61841859cc ci: Fix docker image fails build (#9141) 2024-05-30 17:40:10 +02:00
Corey
40810b48eb feat: Reduce Docker image size by improving stages (#8359)
BREAKING CHANGE: The Docker image does not contain the git dependency anymore; if you have been using git as a transitive dependency it now needs to be explicitly installed in your Docker file, for example with `RUN apk --no-cache add git` (#8359)
2023-01-09 18:26:03 +00:00
Manuel
e1f8de80a7 ci: fix docker build with node:lts-alpine (#7663) 2021-10-29 17:57:37 +02:00
Manuel
049dd6b3dc ci: fix docker build error 2021-10-13 01:59:51 +02:00
Manuel
825b302e0b ci: fix docker build error 2021-10-13 01:46:01 +02:00
Manuel
bf732b9a6e Add build docker image to CI (#7332)
* add build docker image to CI

* remove node setup

* removed local dependency to test passing docker build

* Update CHANGELOG.md

* Revert "removed local dependency to test passing docker build"

This reverts commit a7801e1874be206c9f3f7bfd367766546bf483b6.

* removed unnecessary docker build options

* fixed docker build
2021-04-09 16:40:03 +02:00
Diamond Lewis
f1619e428e Add git to Dockerfile (#5861) 2019-07-28 16:52:19 -05:00
Diamond Lewis
aa68cd84d0 Update Dockerfile (#5676) 2019-06-12 17:39:07 -07:00
Diamond Lewis
35524b8df9 Update Dockerfile (#5641) 2019-06-06 18:11:07 -05:00
Florent Vilmart
a9aff79cc6 docker: slim docker image to 154Mb (#5248)
* Better dockerfile

* nits

* proper VOLUMES
2018-12-22 11:33:41 -05:00
Florent Vilmart
a619119684 Bumps minimum node engine to 8+ (#4474)
* Use node 8 as development environment

* fixup! Use node 8 as development environment

* bump node to 8.10

* Targets node 8 for everything

* Run npm install so lock file is up to date

* Use push adapter v3

* Deflake a test on ParseUser

* Adds slight delay after logout

* Ensure we wait even if call fails

* Use node carbon
2018-05-18 15:49:00 -04:00
Kirill Kravinsky
71fb6cef5e Dockerizing Parse Server (#3005)
* Add Dockerfile

* Add Docker image docs

* Remove default PARSE_SERVER_CLOUD_CODE_MAIN setting + update docs

* Update docs

* Update documentation
2016-11-03 17:38:05 -04:00