Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Testnet Injector
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EcoMobiCoin
Testnet Injector
Merge requests
!15
Error fetching labels.
update dockerfile to remove optimisation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update dockerfile to remove optimisation
modify_docker_image
into
main
Overview
2
Commits
9
Pipelines
8
Changes
1
All threads resolved!
Hide all comments
Merged
Jerome DESCHAMPS
requested to merge
modify_docker_image
into
main
1 year ago
Overview
2
Commits
9
Pipelines
8
Changes
1
All threads resolved!
Hide all comments
Expand
Necessary to keep scripts repository
0
0
Merge request reports
Compare
main
version 7
326a159f
1 year ago
version 6
c5beff30
1 year ago
version 5
11c339a8
1 year ago
version 4
6db1fe68
1 year ago
version 3
3e9c802c
1 year ago
version 2
a3b291a9
1 year ago
version 1
608d1873
1 year ago
main (base)
and
version 1
latest version
942502df
9 commits,
1 year ago
version 7
326a159f
7 commits,
1 year ago
version 6
c5beff30
6 commits,
1 year ago
version 5
11c339a8
5 commits,
1 year ago
version 4
6db1fe68
4 commits,
1 year ago
version 3
3e9c802c
3 commits,
1 year ago
version 2
a3b291a9
2 commits,
1 year ago
version 1
608d1873
1 commit,
1 year ago
1 file
+
0
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Dockerfile
+
0
−
4
Options
@@ -2,7 +2,3 @@ FROM rust:1.70.0 as build-env
WORKDIR
/app
COPY
. /app
RUN
cargo build
--release
FROM
gcr.io/distroless/cc
COPY
--from=build-env /app/target/release/testnet-injector /
CMD
["./testnet-injector"]
\ No newline at end of file
Loading