Skip to content
Snippets Groups Projects
Commit 97da9fb5 authored by Christian Faber's avatar Christian Faber
Browse files

Added Rust Testcontainer

parent 43037494
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,17 @@
Repo for Container registry. Mainly for testing in CI.
## Usage
Use for example
```yml
image: "registry.jsc.fz-juelich.de/faber1/gitlab-container/testing:rust"
```
in your ```.gitlab-ci.yml````.
## Testing Containers
### Rust
Bare rust image tag: ```gitlab-container/testing:rust```
## Creating container
Run scripts in the corresponding directories.
FROM rust:latest
#!/bin/bash
docker build --platform="linux/amd64" -t registry.jsc.fz-juelich.de/faber1/gitlab-container/testing:rust .
docker push registry.jsc.fz-juelich.de/faber1/gitlab-container/testing:rust
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