Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Simon Volpert
alpine-edge-testing
Commits
1d9f388e
Commit
1d9f388e
authored
Jan 15, 2020
by
Simon Volpert
🐧
Browse files
Update Dockerfile, .gitlab-ci.yml files
parent
4d405f89
Pipeline
#69642
passed with stage
in 1 minute and 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
.gitlab-ci.yml
.gitlab-ci.yml
+6
-0
Dockerfile
Dockerfile
+2
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
1d9f388e
build
:
image
:
docker:latest
script
:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
-
docker build --pull -t "$CI_REGISTRY_IMAGE" .
-
docker push "$CI_REGISTRY_IMAGE"
Dockerfile
0 → 100644
View file @
1d9f388e
FROM
alpine
RUN
apk update
&&
apk add
--no-cache
handbrake
--repository
=
"http://dl-cdn.alpinelinux.org/alpine/edge/testing"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment