Skip to content
GitLab
Next
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GitLab.org
gitlab-runner
Commits
35268d8d
Commit
35268d8d
authored
Jun 23, 2016
by
Kamil Trzciński
🔴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add CHANGELOG
parent
0df5ca2c
Pipeline
#3575639
passed with stage
in 10 minutes and 4 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
CHANGELOG.md
CHANGELOG.md
+3
-0
dockerfiles/build/Dockerfile.arm
dockerfiles/build/Dockerfile.arm
+2
-1
dockerfiles/build/Dockerfile.x86_64
dockerfiles/build/Dockerfile.x86_64
+2
-1
No files found.
CHANGELOG.md
View file @
35268d8d
v 1.3.1
-
Detect architecture if not given by Docker Engine (versions before 1.9.0)
v 1.3.0
-
Add incremental build trace update
-
Add posibility to specify CpusetCpus, Dns and DnsSearch for docker containers created by runners
...
...
dockerfiles/build/Dockerfile.arm
View file @
35268d8d
FROM scaleway/alpine
RUN apk add --update bash ca-certificates git
RUN apk add --update bash ca-certificates git && \
apk add git-lfs --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/
COPY ./ /usr/bin
dockerfiles/build/Dockerfile.x86_64
View file @
35268d8d
FROM alpine
RUN apk add --update bash ca-certificates git
RUN apk add --update bash ca-certificates git && \
apk add git-lfs --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/
COPY ./ /usr/bin
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