Skip to content
Snippets Groups Projects
Commit 3a23cf3c authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel :speech_balloon:
Browse files

add alpine-ssh dockerimage and testing job

parent 72a0aacf
No related branches found
No related tags found
1 merge request!81Resolve "use gitlab container registry"
Pipeline #105502 passed
......@@ -3,11 +3,19 @@
#
stages:
- docker-test
- testing
- build
- review
- deploy
test-tuhh-docker:
stage: docker-test
allow_failure: false
image: collaborating.tuhh.de:5005/cfg0846/research-topics-mat-tuhh/alpine-ssh
script:
- echo "It's working"
# always test the preprocessor with unit tests
test-preprocessor:
stage: testing
......
# Download base image alpine
FROM alpine:latest
# LABEL about the custom image
LABEL maintainer="fabian.gabel@tuhh.de"
LABEL version="0.1"
LABEL description="This is custom Docker Image for \
alpine with further tools in order to use openssh."
# Disable Prompt During Packages Installation
# Update Ubuntu Software repository
RUN apk update
RUN apk add openssh-client bash
CMD /bin/bash
\ No newline at end of file
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