summaryrefslogtreecommitdiff
path: root/Dockerfile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: ↵おさむのひと2025-03-081-3/+4
| | | | Dockerのrunnerにpnpmのインストール手順が欠けていたのを修正 (#15623)
* deps: update pnpm to v10 (#15588)かっこかり2025-03-071-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Revert "fix(build): corepackのバグの回避 (#15387)" This reverts commit 9c70a4e63130f85d191c5bc16d0a4be5cd1dece2. * deps: update pnpm to v10 * fix broken lockfile * update changelog * fix * fix * Revert "fix" This reverts commit 4abc6c194edc20989f5ec97d343307a4b8c9047d. * fix * fix * attempt to fix docker build * lint fixes * fix: revertしすぎた * detect pnpm version and install it * fix: そもそもpnpmを2回入れる必要がないかも * fix * refactor * fix * refactor: remove unnecessary arg * Update Dockerfile * update pnpm to v10.6.1 * Update Changelog * chore: use node to avoid installing jq
* fix(build): corepackのバグの回避 (#15387)かっこかり2025-02-031-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: disallow corepack from fetching latest manager version instead use specified version in package.json * Update Changelog * fix? * apply COREPACK_DEFAULT_TO_LATEST: 0 to every github workflows * Revert "apply COREPACK_DEFAULT_TO_LATEST: 0 to every github workflows" This reverts commit 67f0dc31adaa04f891f74f5c44a3d4d13a302a03. * apply COREPACK_DEFAULT_TO_LATEST: 0 to every github workflows (re) * fix * fix? * revert: removing corepack enable * test: set COREPACK_DEFAULT_TO_LATEST for federation tests --------- Co-authored-by: Marie <github@yuugi.dev> Co-authored-by: anatawa12 <anatawa12@icloud.com>
* Chore: Docker内のDebianのバージョンを上げる(bookworm) (#15073)KanariKanaru2025-01-041-1/+1
|
* update node to 22.11.0 (#14869)syuilo2024-11-131-1/+1
| | | | | | | * wip * Update CHANGELOG.md * Update CHANGELOG.md
* feat(frontend): ノート・ユーザータイムライン埋め込み (#13929)かっこかり2024-09-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix * navhookをbootに移動 * サーバーサイドのbootも分けるように * 埋め込みページかどうかの判定は最初の一回だけに * tooltipは出せるように * fix design * 埋め込み独自のtooltipを削除 * ロジックの分岐が多かったMkNoteDetailedを分離 * fix indent * プレビュー用iframeにフォーカスが当たるのを修正 * popupの制御を出す側で行うように * パラメータが逆になっていたのを修正 * Update MkEmbedCodeGenDialog.vue * fix * eliminate misskey-js lint warns * fix * add appropriate attributes to embed html * enhance: サーバーサイドのembed系をさらに分離 * enhance: embed routerを分離(route定義をboot時に変更できるようにする改修を含む) * type * lint * fix indent * server-side styleを完全に分離 * Revert "refactor: 画面サイズのしきい値をconstにまとめる" This reverts commit 05ca36f400889456981e89489ae0ae242fa09b67. * fix * revert all changes in base.pug * embedドメインをまとめた * embedドメインをまとめた * prevent calling contextmenu in embed page by stopping at the caller * fix import * fix import * improve directory structure * fix import * register timeline ui as a container * wa- * rename * wa- * Update EmMediaList.vue * Update EmMediaList.vue * Update EmMediaList.vue * Update EmMediaImage.vue * Update EmNote.vue * revert mkmedialist changes * 戻し漏れ * wip * tweak embed media ui * revert original media components * Update boot.embed.js * rename * wip * Update MkNote.vue * wip * Update MkSubNoteContent.vue * Update EmNote.vue * Update packages/frontend/src/router/definition.ts * Revert "Update packages/frontend/src/router/definition.ts" This reverts commit 937ae44521cdb0f250796943b20142b65f8ed944. * refactor EmMediaImage * fix import * remove unused imports * Update router.ts * wip * Update boot.ts * wip * wip * wip * wip * Update EmNote.vue * Update EmNote.vue * Create EmA.vue * Create EmAvatar.vue * Update EmAvatar.vue * wip * wip * wip * Create EmImgWithBlurhash.vue * Update EmImgWithBlurhash.vue * Create EmPagination.vue * wip * Update boot.ts * wip * wip * wi@p * wip * wip * wiop * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update boot.ts * wip * Update MkMisskeyFlavoredMarkdown.ts * wip * wip * wip * wip * wip * Update post-message.ts * wip * Update EmNoteDetailed.vue * Update EmNoteDetailed.vue * Create instance.ts * Update EmNoteDetailed.vue * wip * Update EmNoteDetailed.vue * wip * wip * wip * Update pnpm-lock.yaml * wip * wip * wp * wip * Update ClientServerService.ts * wip * Update boot.ts * Update vite.config.local-dev.ts * Update vite.config.ts * Create index.html * wa- * wip * Update boot.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * Create EmLink.vue * Create EmMention.vue * Update EmMfm.ts * wip * wip * wip * wip * Update vite.config.ts * Update boot.ts * Update EmA.vue * うぃp * wip * wip * Create EmError.vue * wip * Update MkEmbedCodeGenDialog.vue * Update EmNote.vue * wip * wip * Update user-timeline.vue * Update check-spdx-license-id.yml * wip * wip * style(frontend-shared): lint fixes on build.js * fix(frontend-shared): include `*.{js,json}` files in js-built * wip * use alias * refactor * refactor * Update scroll.ts * refactor * refactor * refactor * wip * wip * wip * wip * Update roles.vue * Update branding.vue * wip * wip * wip * Update page.vue * wip * fix import * add missing css variables * 絵文字をtwemojiに変更 クライアントデフォルトにあわせるため * force empoll readonly * fix compiler error * fix broken imports * tweak button style * run api extractor * fix storybook theme preloads * fix storybook instance imports * Update preview.ts * Update preview.ts * Update preview.ts * Revert "Update preview.ts" This reverts commit 12bab1c6fbd3baf753515df760ff19d027b85155. * Revert "Update preview.ts" This reverts commit 5c0ce01dbdf2194ffe94aba950f747a9968f29c4. * Revert "Update preview.ts" This reverts commit f4863524d7e5ca0f25470808849c24a72bea000a. * Revert "fix storybook instance imports" This reverts commit ed8eabb246edf731d31adffbe3c77c539e53ae9e. * Revert "wip" This reverts commit d3c1926519878155193a1654f49141e515d49683. * Revert "Update page.vue" This reverts commit 27c7900b0c1ae296b56075e8a9c22585d9cd744b. * Revert "Update branding.vue" This reverts commit c08ccb65ba66774c3e2b3dcfc6153004b5c0aa16. * Revert "Update roles.vue" This reverts commit 1488b670660cb1803d17d8f5c78f2d79e59fa52d. * Revert "wip" This reverts commit aab1c769814b08c257cad3025422a0eea3bfba4f. * refactor: use common media proxy * fix imports * fix * fix: MediaProxyの初期化を保証する(storybook対策?) * enhance(frontend-embed): improve embedParams provide * fix(backend): MK_DEV_PREFER=backendのときにembed viteが読み込めないのを修正 * fix * embed-pageを共通化 * fix import * fix import * fix import * const.jsを共通化 (たぶんrevertしすぎた) * fix type error * fix duplicated import * fix lint * fix * コメントとして残す * sharedとembedをlint対象にする * lint * attempt to fix eslint (frontend-shared) * lint fixes --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
* update node versionsyuilo2024-07-301-1/+1
|
* build: install pnpm with corepack on docker build (#13926)anatawa122024-06-221-0/+4
| | | | | * build: install pnpm with corepack on build * docs(changelog): Dockerコンテナの立ち上げ時に`pnpm`のインストールで固まることがある問題
* update deps (#13624)syuilo2024-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * Update package.json * update deps * build: pass --strip-leading-paths to restore 0.2.x behavior (#13684) * :v: * :v: * pureimageの代わりに@napi-rs/canvasを使う (#13748) * pureimageの代わりに@napi-rs/canvasを使う * remove writestream * remove createtemp * wip * Update ClientServerService.ts * update pnpm to 9.x * update deps * re: update pnpm to 9.x * update node * :v: --------- Co-authored-by: anatawa12 <anatawa12@icloud.com> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix of #13330 (#13330)anatawa122024-02-161-1/+1
| | | | | * build: docker buildのpnpm i実行時にNODE_ENV=productionが指定されるようにする * build: 消す行間違ってたのを修正
* build: docker buildのpnpm ↵anatawa122024-02-161-2/+4
| | | | i実行時にNODE_ENV=productionが指定されるようにする (#13329)
* Update Dockerfilesyuilo2024-01-201-0/+8
|
* fix: running from docker is broken (#12824)anatawa122023-12-281-0/+3
| | | | | | | | | | | | | | | * fix: running from docker is broken * fix: dependencies of misskey-js not found from backend * docs(changelog): Dockerでサーバーを起動できない問題を修正 * Update CHANGELOG.md Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* 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