Skip to content
Snippets Groups Projects
Commit 4dbbf713 authored by Razvan Deaconescu's avatar Razvan Deaconescu
Browse files

Configure Docker / vmchecker


Build the `assignment-memory-allocator` Docker image using `Dockerfile`.
Configure `local.sh` and `.gitlab-ci.yml` to use the Dockerfile (both
for local and remote testing - GitLab pipelines).

Signed-off-by: default avatarRazvan Deaconescu <razvan.deaconescu@upb.ro>
parent 1788ca3f
No related branches found
No related tags found
No related merge requests found
Pipeline #12451 passed
......@@ -26,6 +26,6 @@ build:
checker:
stage: test
image:
name: gitlab.cs.pub.ro:5050/operating-systems/assignment-template
name: gitlab.cs.pub.ro:5050/operating-systems/assignment-memory-allocator
script:
- echo ""
......@@ -3,3 +3,5 @@ FROM gitlab.cs.pub.ro:5050/operating-systems/assignments-docker-base
COPY ./checker ${CHECKER_DATA_DIRECTORY}
RUN mkdir ${CHECKER_DATA_DIRECTORY}/../tests
COPY ./tests ${CHECKER_DATA_DIRECTORY}/../tests
RUN mkdir ${CHECKER_DATA_DIRECTORY}/../utils
COPY ./utils ${CHECKER_DATA_DIRECTORY}/../utils
......@@ -9,7 +9,7 @@ cd "$(dirname "$0")" || exit 1
RED='\033[0;31m'
NC='\033[0m'
DEFAULT_IMAGE_NAME=operating-systems/assignment-tutorial
DEFAULT_IMAGE_NAME=operating-systems/assignment-memory-allocator
DEFAULT_TAG='latest'
DEFAULT_REGISTRY='gitlab.cs.pub.ro:5050'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment