Skip to content

Commit

Permalink
feat: upgrade docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Jan 1, 2025
1 parent d4d66a7 commit eedb9cf
Show file tree
Hide file tree
Showing 10 changed files with 98 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
nix
examples
scripts
.github
.envrc
flake.lock
flake.nix
Taskfile.yaml
README.MD

**/node_modules/**
.git
.idea
Expand All @@ -10,3 +20,4 @@
**/obj/
**/node_modules/
**/env.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.env
.idea
.direnv
.pre-commit-config.yaml
2 changes: 1 addition & 1 deletion cyan/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oven/bun:1.0.11
FROM oven/bun:1.1.31
LABEL cyanprint.dev=true
WORKDIR /app
COPY package.json package.json
Expand Down
2 changes: 1 addition & 1 deletion cyan/blob.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18.4 as base
FROM alpine:3.21 as base
# hadolint ignore=DL3018,DL3019
RUN apk add tar

Expand Down
23 changes: 23 additions & 0 deletions plugin/common/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
nix
examples
scripts
.github
.envrc
flake.lock
flake.nix
Taskfile.yaml
README.MD

**/node_modules/**
.git
.idea
.direnv
.DS_Store
.gitignore
.pre-commit-config.yaml
**/.idea/
**/bin/
**/obj/
**/node_modules/
**/env.

5 changes: 5 additions & 0 deletions plugin/common/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.DS_Store
.env
.idea
.direnv
.pre-commit-config.yaml
23 changes: 23 additions & 0 deletions processor/common/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
nix
examples
scripts
.github
.envrc
flake.lock
flake.nix
Taskfile.yaml
README.MD

**/node_modules/**
.git
.idea
.direnv
.DS_Store
.gitignore
.pre-commit-config.yaml
**/.idea/
**/bin/
**/obj/
**/node_modules/
**/env.

5 changes: 5 additions & 0 deletions processor/common/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.DS_Store
.env
.idea
.direnv
.pre-commit-config.yaml
23 changes: 23 additions & 0 deletions template/common/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
nix
examples
scripts
.github
.envrc
flake.lock
flake.nix
Taskfile.yaml
README.MD

**/node_modules/**
.git
.idea
.direnv
.DS_Store
.gitignore
.pre-commit-config.yaml
**/.idea/
**/bin/
**/obj/
**/node_modules/
**/env.

5 changes: 5 additions & 0 deletions template/common/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.DS_Store
.env
.idea
.direnv
.pre-commit-config.yaml

0 comments on commit eedb9cf

Please sign in to comment.