Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
firmware
FFS Gluon Buildenv
Commits
f876e83d
Commit
f876e83d
authored
Apr 13, 2019
by
nrbffs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inital commit
parent
0129695e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
.gitlab-ci.yml
.gitlab-ci.yml
+19
-0
Dockerfile
Dockerfile
+5
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
f876e83d
image
:
docker:latest
stages
:
-
build
variables
:
IMAGE_TAG
:
$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
cache
:
key
:
${CI_PROJECT_ID}
build
:
stage
:
build
image
:
docker:latest
script
:
-
docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
-
docker build -t $IMAGE_TAG .
-
docker push $IMAGE_TAG
Dockerfile
0 → 100644
View file @
f876e83d
FROM
debian:9
RUN
apt-get update
\
&&
apt-get
install
-y
git subversion python build-essential gawk unzip libz-dev libncurses-dev libssl-dev
time
curl wget ecdsautils
\
&&
apt-get clean
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