Skip to content

Commit 81ac548

Browse files
committed
Apply labels to all stages of the dockerfile
1 parent d345d10 commit 81ac548

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ RUN if [ "$FULL_BUILD" = "true" ]; then \
151151
./.user.sh server noextra; \
152152
fi
153153

154+
LABEL description="An environment for CTF and reverse-engineering!"
155+
LABEL PWNBOX_USER_ID=1000
156+
LABEL SEABOX_USER_ID=1000
157+
154158
# In the WSL build, include ghidra
155159
FROM base AS wsl
156160
COPY --chown=ubuntu install_ghidra.sh ./.install_ghidra.sh
@@ -159,6 +163,6 @@ RUN ./.install_ghidra.sh
159163
COPY --chown=ubuntu wsl.sh ./.wsl.sh
160164
RUN sudo ./.wsl.sh
161165

162-
163166
LABEL description="An environment for CTF and reverse-engineering!"
164167
LABEL PWNBOX_USER_ID=1000
168+
LABEL SEABOX_USER_ID=1000

0 commit comments

Comments
 (0)