Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
-e PLUGIN_SETTINGS_CM_EXPERIMENTAL_RWLOCK=true \
-e PLUGIN_SETTINGS_CM_MANA_TOTAL=10 \
-v ${{ github.workspace }}:/opt/CTFd/CTFd/plugins/ctfd_chall_manager \
ctfd/ctfd:3.8.0@sha256:61712c4af6e9cddccfafc4503484c8091f6325be286d407595b922dc9552b5ae
ctfd/ctfd:3.8.1@sha256:0de331947204628900fb68e01478dfd6f209aadf4eac269a2be08ee92af8ef0d

- name: Setup basic testing env
uses: ./.github/workflows/setup-testing
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
-e PLUGIN_SETTINGS_CM_API_URL=http://chall-manager:8080 \
-e PLUGIN_SETTINGS_CM_MANA_TOTAL=15 \
-v ${{ github.workspace }}:/opt/CTFd/CTFd/plugins/ctfd_chall_manager \
ctfd/ctfd:3.8.0@sha256:61712c4af6e9cddccfafc4503484c8091f6325be286d407595b922dc9552b5ae
ctfd/ctfd:3.8.1@sha256:0de331947204628900fb68e01478dfd6f209aadf4eac269a2be08ee92af8ef0d

- name: Setup basic testing env
uses: ./.github/workflows/setup-testing
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
repository: CTFd/CTFd
ref: 5d017f72fac42eb05948f46a8dddd06a04f5c050 # 3.8.0
ref: 82774a875b66325430cad41538300b8b33000d96 # 3.8.1

- name: Checkout CTFd-chall-manager
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
-e WORKERS=2 \
-e SECRET_KEY=ctfer \
-v ${{ github.workspace }}:/opt/CTFd/CTFd/plugins/ctfd_chall_manager \
ctfd/ctfd:3.8.0@sha256:61712c4af6e9cddccfafc4503484c8091f6325be286d407595b922dc9552b5ae
ctfd/ctfd:3.8.1@sha256:0de331947204628900fb68e01478dfd6f209aadf4eac269a2be08ee92af8ef0d

- name: Setup basic testing env
uses: ./.github/workflows/setup-testing
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

This plugin allow you to use the [chall-manager](https://github.com/ctfer-io/chall-manager), to manage scenario and permit Player's to deploy their instances.

Last version of CTFd tested on: [3.8.0](https://github.com/CTFd/CTFd/releases/tag/3.8.0).
Last version of CTFd tested on: [3.8.1](https://github.com/CTFd/CTFd/releases/tag/3.8.1).

Last version of Chall-Manager tested on: [v0.6.0](https://github.com/ctfer-io/chall-manager/releases/tag/v0.6.0).

Expand Down
4 changes: 2 additions & 2 deletions hack/docker-compose-redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
networks:
- testing
ctfd-ui-1:
image: ctfd/ctfd:3.8.0@sha256:61712c4af6e9cddccfafc4503484c8091f6325be286d407595b922dc9552b5ae
image: ctfd/ctfd:3.8.1@sha256:0de331947204628900fb68e01478dfd6f209aadf4eac269a2be08ee92af8ef0d
container_name: ctfd-ui-1
networks:
- testing
Expand Down Expand Up @@ -47,7 +47,7 @@ services:
- "traefik.http.services.web.loadbalancer.server.port=8000"

ctfd-ui-2:
image: ctfd/ctfd:3.8.0@sha256:61712c4af6e9cddccfafc4503484c8091f6325be286d407595b922dc9552b5ae
image: ctfd/ctfd:3.8.1@sha256:0de331947204628900fb68e01478dfd6f209aadf4eac269a2be08ee92af8ef0d
container_name: ctfd-ui-2
networks:
- testing
Expand Down
2 changes: 1 addition & 1 deletion hack/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ctfd:
image: ctfd/ctfd:3.8.0@sha256:61712c4af6e9cddccfafc4503484c8091f6325be286d407595b922dc9552b5ae
image: ctfd/ctfd:3.8.1@sha256:0de331947204628900fb68e01478dfd6f209aadf4eac269a2be08ee92af8ef0d
container_name: ctfd
ports:
- 8000:8000
Expand Down
Loading