Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
research-topics-mat-tuhh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fabian Nuraddin Alexander Gabel
research-topics-mat-tuhh
Commits
3a23cf3c
Commit
3a23cf3c
authored
3 years ago
by
Fabian Nuraddin Alexander Gabel
Browse files
Options
Downloads
Patches
Plain Diff
add alpine-ssh dockerimage and testing job
parent
72a0aacf
No related branches found
No related tags found
1 merge request
!81
Resolve "use gitlab container registry"
Pipeline
#105502
passed
3 years ago
Stage: testing
Stage: build
Stage: review
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+8
-0
8 additions, 0 deletions
.gitlab-ci.yml
docker/alpine-ssh.Dockerfile
+16
-0
16 additions, 0 deletions
docker/alpine-ssh.Dockerfile
with
24 additions
and
0 deletions
.gitlab-ci.yml
+
8
−
0
View file @
3a23cf3c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
docker/alpine-ssh.Dockerfile
0 → 100644
+
16
−
0
View file @
3a23cf3c
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment