Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dunitrust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nodes
rust
Dunitrust
Commits
aa4704a3
Commit
aa4704a3
authored
5 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
[ci] lin64: update image path and use tag latest
parent
8e7083a2
No related branches found
No related tags found
1 merge request
!186
Elois/ci
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
release/docker/Dockerfile
+2
-2
2 additions, 2 deletions
release/docker/Dockerfile
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
1
View file @
aa4704a3
...
...
@@ -47,7 +47,7 @@ skip_ci:
<<
:
*ci_only_conditions
except
:
<<
:
*ci_except_conditions
image
:
registry.duniter.org/docker/dunit
er-rs-ci:v1.35.0
image
:
registry.duniter.org/docker/dunit
rust/dunitrust-ci-lin64:latest
tags
:
-
axiom-dev
before_script
:
...
...
This diff is collapsed.
Click to expand it.
release/docker/Dockerfile
+
2
−
2
View file @
aa4704a3
...
...
@@ -2,10 +2,10 @@
# Cargo Build Stage
# ------------------------------------------------------------------------------
FROM
registry.duniter.org/docker/dunit
er-rs-ci:v1.35.0
as
build
FROM
registry.duniter.org/docker/dunit
rust/dunitrust-ci-lin64:latest
as
build
LABEL
maintainer="elois <elois@ifee.fr>"
LABEL
version="0.1.
1
"
LABEL
version="0.1.
2
"
LABEL
description="Durs server (Divende Universel RuSt)"
# copy source tree
...
...
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