Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Algorithms Library Toolkit Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Algorithms Library Toolkit
Algorithms Library Toolkit Core
Commits
7d0414f7
Commit
7d0414f7
authored
5 years ago
by
Tomáš Pecka
Browse files
Options
Downloads
Patches
Plain Diff
Docker: edge to 3.9
parent
121e16a7
No related branches found
No related tags found
No related merge requests found
Pipeline
#39802
canceled
5 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
extra/docker/Dockerfile.master
+2
-2
2 additions, 2 deletions
extra/docker/Dockerfile.master
extra/docker/Dockerfile.master-cli
+2
-2
2 additions, 2 deletions
extra/docker/Dockerfile.master-cli
with
4 additions
and
4 deletions
extra/docker/Dockerfile.master
+
2
−
2
View file @
7d0414f7
# -------------------------------------------------------------------------------------------------
# build stage
FROM alpine:
edge
AS builder
FROM alpine:
3.9
AS builder
ENV BASEDIR="/build"
RUN apk add \
...
...
@@ -35,7 +35,7 @@ RUN cmake \
# -------------------------------------------------------------------------------------------------
# deploy stage
FROM alpine:
edge
FROM alpine:
3.9
LABEL maintainer="peckato1@fit.cvut.cz"
...
...
This diff is collapsed.
Click to expand it.
extra/docker/Dockerfile.master-cli
+
2
−
2
View file @
7d0414f7
# -------------------------------------------------------------------------------------------------
# build stage
FROM alpine:
edge
AS builder
FROM alpine:
3.9
AS builder
ENV BASEDIR="/build"
RUN apk add \
...
...
@@ -32,7 +32,7 @@ RUN cmake \
# -------------------------------------------------------------------------------------------------
# deploy stage
FROM alpine:
edge
FROM alpine:
3.9
LABEL maintainer="peckato1@fit.cvut.cz"
...
...
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