Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
phorcys420 authored Aug 6, 2024
2 parents 59d7e8d + 631b612 commit e34b605
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 329 deletions.
79 changes: 0 additions & 79 deletions .github/devcontainer/base/.devcontainer/Dockerfile

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

14 changes: 0 additions & 14 deletions .github/devcontainer/base/.devcontainer/devcontainer.json

This file was deleted.

15 changes: 0 additions & 15 deletions .github/devcontainer/base/.devcontainer/user-dirs.dirs

This file was deleted.

9 changes: 0 additions & 9 deletions .github/devcontainer/base/.devcontainer/xstartup

This file was deleted.

16 changes: 16 additions & 0 deletions .github/devcontainer/ctf/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"image": "ghcr.io/uwu/basic-env/base:latest",

"features": {
"ghcr.io/devcontainers/features/python:1": {},
"ghcr.io/devcontainers/features/node:1": {
"nodeGypDependencies": false,
"installYarnUsingApt": false
},

"ghcr.io/phorcys420/devcontainer-features/burp-suite:latest": {},

"ghcr.io/phorcys420/devcontainer-features/ghidra:latest": {},
"ghcr.io/phorcys420/devcontainer-features/cutter:latest": {}
}
}
12 changes: 0 additions & 12 deletions .github/devcontainer/dart/.devcontainer/Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions .github/devcontainer/dart/.devcontainer/devcontainer.json

This file was deleted.

12 changes: 0 additions & 12 deletions .github/devcontainer/java/.devcontainer/devcontainer.json

This file was deleted.

13 changes: 0 additions & 13 deletions .github/devcontainer/javascript/.devcontainer/devcontainer.json

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/build-and-push-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
push:
branches:
- "main"
pull_requests:
branches:
- "main"
pull_request:
branches:
- "main"

jobs:
build:
uses: uwu/basic-env/.github/workflows/_build-and-push.yml@main
with:
image: base
image: ctf
18 changes: 0 additions & 18 deletions .github/workflows/build-and-push-others.yml

This file was deleted.

Loading

0 comments on commit e34b605

Please sign in to comment.