File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,3 +165,46 @@ build-runner:
165165push-runner :
166166 docker push ghcr.io/hexlet-codebattle/runner:compile-image
167167 docker push ghcr.io/hexlet-codebattle/runner:latest
168+
169+
170+ runner-ruby :
171+ docker run --rm -p 4040:4040 \
172+ --cap-add=SYS_ADMIN \
173+ --cap-add=SYS_CHROOT \
174+ --security-opt=no-new-privileges=false \
175+ ghcr.io/hexlet-codebattle/ruby:4.0.1
176+
177+ runner-cpp :
178+ docker run --rm -p 4040:4040 \
179+ --cap-add=SYS_ADMIN \
180+ --cap-add=SYS_CHROOT \
181+ --security-opt=no-new-privileges=false \
182+ ghcr.io/hexlet-codebattle/cpp:23
183+
184+ runner-swift :
185+ podman run --rm -p 4040:4040 \
186+ --cap-add=SYS_ADMIN \
187+ --cap-add=SYS_CHROOT \
188+ --security-opt=no-new-privileges=false \
189+ ghcr.io/hexlet-codebattle/swift:6.2.3
190+
191+ runner-kotlin :
192+ podman run --rm -p 4040:4040 \
193+ --cap-add=SYS_ADMIN \
194+ --cap-add=SYS_CHROOT \
195+ --security-opt=no-new-privileges=false \
196+ ghcr.io/hexlet-codebattle/kotlin:2.3.0
197+
198+ runner-kotlin :
199+ podman run --rm -p 4040:4040 \
200+ --cap-add=SYS_ADMIN \
201+ --cap-add=SYS_CHROOT \
202+ --security-opt=no-new-privileges=false \
203+ ghcr.io/hexlet-codebattle/kotlin:2.3.0
204+
205+ runner-js :
206+ podman run --rm -p 4040:4040 \
207+ --cap-add=SYS_ADMIN \
208+ --cap-add=SYS_CHROOT \
209+ --security-opt=no-new-privileges=false \
210+ ghcr.io/hexlet-codebattle/js:25.4.0
You can’t perform that action at this time.
0 commit comments