File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ this as part of a multi-stage build.
55
66e.g.
77``` dockerfile
8- FROM ghcr.io/downunderctf /docker-vendor/bin-builder:ubuntu-18.04 as build
8+ FROM ghcr.io/frenchroomba /docker-vendor/bin-builder:ubuntu-18.04 as build
99
1010WORKDIR /build
1111COPY mysource.c .
1212RUN gcc -o chal mysource.c
1313
1414
15- FROM ghcr.io/downunderctf /docker-vendor/nsjail:ubuntu-18.04
15+ FROM ghcr.io/frenchroomba /docker-vendor/nsjail:ubuntu-18.04
1616
1717COPY --from=build /build/chal /home/ctf/chal/pwn
1818
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ building blockchain challenges for deployment.
66## Example usage
77
88``` dockerfile
9- FROM ghcr.io/downunderctf /docker-vendor/ethcompiler:foundry as build
9+ FROM ghcr.io/frenchroomba /docker-vendor/ethcompiler:foundry as build
1010
1111COPY contracts/ src/
1212COPY foundry.toml foundry.toml
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG DEBIAN_VERSION
22ARG LIBPROTOBUF_VERSION
33
44
5- FROM ghcr.io/downunderctf /docker-vendor/bin-builder:debian-$DEBIAN_VERSION AS base
5+ FROM ghcr.io/frenchroomba /docker-vendor/bin-builder:debian-$DEBIAN_VERSION AS base
66
77FROM base as build
88ARG LIBPROTOBUF_VERSION
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG UBUNTU_VERSION
22ARG LIBPROTOBUF_VERSION
33
44
5- FROM ghcr.io/downunderctf /docker-vendor/bin-builder:ubuntu-$UBUNTU_VERSION AS base
5+ FROM ghcr.io/frenchroomba /docker-vendor/bin-builder:ubuntu-$UBUNTU_VERSION AS base
66
77FROM base as build
88ARG LIBPROTOBUF_VERSION
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Include the following in your `docker-compose.yml`. By default Marvin listens on
1111``` yaml
1212services :
1313 xssbot :
14- image : ghcr.io/downunderctf /docker-vendor/xssbot:chrome
14+ image : ghcr.io/frenchroomba /docker-vendor/xssbot:chrome
1515 privileged : true
1616 # Useful for development
1717 environment :
@@ -71,7 +71,7 @@ You then mount this file into the container from the file system
7171``` yaml
7272services :
7373 xssbot :
74- image : ghcr.io/downunderctf /docker-vendor/xssbot:chrome
74+ image : ghcr.io/frenchroomba /docker-vendor/xssbot:chrome
7575 volumes :
7676 - ./cookiejar:/var/marvin/auth/cookiejar
7777` ` `
@@ -85,7 +85,7 @@ services:
8585 mychal:
8686 image: ...
8787 xssbot:
88- image: ghcr.io/downunderctf /docker-vendor/xssbot:chrome
88+ image: ghcr.io/frenchroomba /docker-vendor/xssbot:chrome
8989 environment:
9090 - OUTBOUND_AUTH_METHOD: http-get
9191 - OUTBOUND_AUTH_HTTP_GET_URL: http://external.chal.address/admin?token=abcd
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
22
33services :
44 marvin :
5- image : ghcr.io/downunderctf /docker-vendor/xssbot:chrome
5+ image : ghcr.io/frenchroomba /docker-vendor/xssbot:chrome
66 privileged : true
77 environment :
88 NODE_ENVIRONMENT : development # Remove me for prod
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
22
33services :
44 marvin :
5- image : ghcr.io/downunderctf /docker-vendor/xssbot:chrome
5+ image : ghcr.io/frenchroomba /docker-vendor/xssbot:chrome
66 privileged : true
77 environment :
88 NODE_ENVIRONMENT : development # Remove me for prod
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
22
33services :
44 marvin :
5- image : ghcr.io/downunderctf /docker-vendor/xssbot:chrome
5+ image : ghcr.io/frenchroomba /docker-vendor/xssbot:chrome
66 privileged : true
77 environment :
88 NODE_ENVIRONMENT : development # Remove me for prod
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
22
33services :
44 marvin :
5- image : ghcr.io/downunderctf /docker-vendor/xssbot:chrome
5+ image : ghcr.io/frenchroomba /docker-vendor/xssbot:chrome
66 privileged : true
77 environment :
88 NODE_ENVIRONMENT : development # Remove me fro prod
You can’t perform that action at this time.
0 commit comments