summaryrefslogtreecommitdiff
path: root/Dockerfile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(docker): cannot build docker image on some environments (#12494)Cocoa Hoto2023-11-301-2/+2
|
* update node to 20.10.0syuilo2023-11-241-1/+1
|
* Update Dockerfile (#11848)typeling15782023-09-201-1/+2
|
* enhance(docker): Dockerイメージにjemallocを含むようにsyuilo2023-09-131-1/+2
| | | | #10984
* update deps (#11764)syuilo2023-09-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * node16 * wip * wip * wip * Update test-utils.ts * wip * Update tsconfig.json * wip * Update package.json * wip * Update following.vue * Update followers.vue * Update index.vue * Update share.vue * Update MkUserPopup.vue * Update MkPostForm.vue * wip * Update MkTokenGenerateWindow.vue * Update MkPagination.vue * refactor * update deps * update deps * Update sw.ts * wip * wip * wip * Update FetchInstanceMetadataService.ts * Update FetchInstanceMetadataService.ts * update node * update deps * :art:
* Update node to 20.5.0 (#11463)HAL9000COM2023-08-091-1/+1
|
* use node 20.3.1syuilo2023-07-081-1/+1
| | | | Fix #11179
* update node to 20.4.0syuilo2023-07-071-1/+1
|
* Update node version (#10639)Kohei Ota (inductor)2023-04-151-1/+1
|
* chore: integrate misskey-js as a workspace item (git subtree) (#10409)Kagami Sascha Rosylight2023-03-301-0/+1
| | | | | * Additional changes for the merge * api-misskey-js
* Revert "Additional changes for the merge"Kagami Sascha Rosylight2023-03-251-1/+0
| | | | This reverts commit efb5e1d1cc95b373b00cf2fedfc5b3bd745a1753.
* Additional changes for the mergeKagami Sascha Rosylight2023-03-251-0/+1
|
* fix(docker): cannot build docker image on some environments (#10220)Acid Chicken (硫酸鶏)2023-03-051-2/+2
|
* docker: build assets on native arch (#10080)rinsuki2023-03-041-14/+32
| | | | | * docker: build assets on native arch * 消しすぎた
* Update Docker GHA (#9920)Kohei Ota (inductor)2023-02-141-6/+8
| | | | | * Update Docker GHA * add id
* fix docker health check (#9810)파링2023-02-081-5/+2
| | | | | | | | | | | * fix(healthcheck): use default commands instead of yq this removes yq command and uses grep and awk to get port * fix: use correct config file * fix: install curl in runner instead of builder * fix: remove unused packages
* fix: aptのキャッシュを削除しないようにする (#9803)Masaya Suzuki2023-02-051-1/+0
|
* DockleのCI追加 (#9568)Masaya Suzuki2023-02-051-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Dockerイメージ検査のCI追加 * Add cp * step分離 * step分離 * rm depends_on * Dockle実行時に必要なイメージタグ付与処理をCI内で行う * 末尾に移動 * Add comment * .git削除処理をビルドステージに移動 * docker-compose.yml作成処理追加 * aptのキャッシュ削除処理追加 * ヘルスチェック用スクリプト追加 * yqインストール処理修正 * Add ca-certificates * yqインストール処理をビルドステージに移動 * インデントを揃える * インデントをタブに変更
* Use cache on build (#9639)Takuya Yoshida2023-01-271-6/+13
|
* Use corepack (#9620)Takuya Yoshida2023-01-171-2/+3
|
* Use pnpm for package manager (#9531)CyberRex2023-01-161-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Use pnpm for package manager * Fix * Change github workflow * use pnpm in workflow * fix * Fix test (e2e/jest) * Update Dockerfile for pnpm * Exclude node_modules from file search on VSCode * Update pnpm-lock.yaml * Update pnpm-lock.yaml * Move typescript from devDependencies to dependencies * Fix Dockerfile Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Dockerfile: copy fluent-emoji assets (#9605)CyberRex2023-01-161-0/+1
|
* Change docker user to non-root (#9560)Takuya Yoshida2023-01-141-11/+19
|
* update nodesyuilo2023-01-101-2/+2
|
* rename: client -> frontendsyuilo2022-12-271-2/+2
|
* Improve Dockerfile (#9105)Takuya Yoshida2022-12-221-6/+18
| | | | | | | | | | | | | | | * Improve Dockerfile * Update base image * Add copy layer * Delete unused RUN * Update Dockerfile Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* fix: dockerignore not excluding packages/*/node_modules (#9296)rinsuki2022-12-081-1/+1
|
* fix: Update Dockerfile (#9292)tamaina2022-12-081-1/+2
| | | | - copy .yarn/install-state.gz - add --immutable to yarn install
* update node to v18syuilo2022-11-131-2/+2
|
* DockerでAlpineではなくDebianを使用するように (#8966)MeiMei2022-07-081-16/+12
| | | | | | | * Debian * CHANGELOG * Update CHANGELOG
* Power up (#8684)Takuya Yoshida2022-05-151-1/+2
|
* update node to 18syuilo2022-04-231-7/+7
|
* fix: use import assertionsyuilo2022-03-011-1/+1
|
* Node v16.13.2 (#8281)MeiMei2022-02-091-1/+1
| | | | | | | | | * Node v16.13.2 * 一瞬CI変更 * Revert "一瞬CI変更" This reverts commit 144df615a8eb44f621188334b18c1a73277126e2.
* Fix v12.96.x Docker (#7982)MeiMei2021-11-141-1/+0
|
* Update Dockerfilesyuilo2021-11-121-0/+4
|
* fix Dockerfile (#7763)Jun Kurihara2021-09-051-18/+9
| | | | | | | * fix Dockerfile * remove unnecessary change * add misskey-assets in .dockerignore
* 藍モード (#7687)syuilo2021-09-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * シンボリックリンクやめた * install lib dependency * bring live2d assets from misskey-dev/assets * refactor * nanka iroiro * コミット忘れ * random motion * wip * run git submodule update --init * コミット忘れ * refactor * fix bug * Update misskey-assets * lint * lint * lint * 藍モード修正 (#7702) * lazy load live2d script * fix typo * lazy load also widget * hot link to cubism core * https://github.com/misskey-dev/misskey/pull/7702/files#r695623821 * fix lint * remove live2d stuff * use iframe * update * Update gulpfile.ts * update * Update .gitattributes * update Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* chore: Remove vips from Dockerfile (#7633)MeiMei2021-08-151-5/+2
|
* Update nodesyuilo2021-08-121-1/+1
|
* Update node versionsyuilo2021-05-211-1/+1
|
* Use Node.js v16syuilo2021-04-281-1/+1
|
* Update Dockerfilesyuilo2021-04-171-1/+1
|
* Use alpine3.13 on Docker (#7249)MeiMei2021-03-051-6/+8
|
* Use Node v14.15.4 (#7154)takenoko2021-02-081-1/+1
|
* Use Node v14.15.1 (#6861)MeiMei2020-11-281-1/+1
| | | https://nodejs.org/en/blog/vulnerability/november-2020-security-releases/
* Use node v14.15.0 (#6837)takenoko2020-11-151-1/+1
| | | | | * Use node v14.15.0 * Update Dockerfile
* Update Dockerfilesyuilo2020-11-141-2/+0
|
* Bump node versionsyuilo2020-11-141-1/+1
|
* Dockerのビルド時にgitを入れるように (#6639)rinsuki2020-08-101-0/+1
| | | https://github.com/syuilo/misskey/commit/917d3d0bd3e7746b722f154860c604c4d6c92c69 でgitの依存関係が追加されたのにgitが入っていないのでコケていた