Skip to content

Commit

Permalink
refactor: rework project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
irish1986 committed Oct 28, 2024
1 parent 09ff28c commit eff9847
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 60 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Contribution guidelines

Raise a PR.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ assignees: ''

---

## Details
# Details

**What steps did you take and what happened:**

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ assignees: ''

---

## Details
# Details

**Describe the solution you'd like:**

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ assignees: ''

---

## Details
# Details

**Ask your question:**

Expand Down
10 changes: 0 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,3 @@ repos:
rev: v1.7.3
hooks:
- id: actionlint
- repo: https://github.com/iamthefij/docker-pre-commit
rev: v3.0.1
hooks:
- id: docker-compose-check
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format
19 changes: 0 additions & 19 deletions .vscode/extensions.json

This file was deleted.

16 changes: 0 additions & 16 deletions .vscode/launch.json

This file was deleted.

8 changes: 0 additions & 8 deletions .vscode/settings.json

This file was deleted.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Once the server works successfully, we can build it locally. Using `docker.io/p

The solution is to move to other options:

* `docker.io/python:3.11.6` ~1 GB
* `docker.io/python:3.11.6-slim-bookworm` ~129MB
* `gcr.io/distroless/python3-debian12` ~58MB
* Multi-stage (will get into these details later)
- `docker.io/python:3.11.6` ~1 GB
- `docker.io/python:3.11.6-slim-bookworm` ~129MB
- `gcr.io/distroless/python3-debian12` ~58MB
- Multi-stage (will get into these details later)

Distroless is really the king here !

Expand Down

0 comments on commit eff9847

Please sign in to comment.