Skip to content
GitLab
Next
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gitlab-runner
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1,985
Issues
1,985
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
213
Merge Requests
213
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
Hide 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