Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jughisto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Harbor 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
Capimara (Maratona UFPR)
jughisto
Commits
b9bc5de0
Commit
b9bc5de0
authored
10 months ago
by
Fernando K
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfiles
parent
eddc4efd
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
alvokanto/Dockerfile
+3
-3
3 additions, 3 deletions
alvokanto/Dockerfile
dev.Dockerfile
+1
-1
1 addition, 1 deletion
dev.Dockerfile
isolate
+1
-1
1 addition, 1 deletion
isolate
with
7 additions
and
7 deletions
Dockerfile
+
2
−
2
View file @
b9bc5de0
FROM
rust:1.7
3
.0-slim-bookworm
as
builder
FROM
rust:1.7
5
.0-slim-bookworm
as
builder
RUN
apt-get update
&&
\
apt-get
install
-yq
--no-install-recommends
\
protobuf-compiler
\
...
...
@@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
cp
-r
/usr/src/jughisto/templates/ /usr/local/jughisto/templates/
&&
\
cp
-r
/usr/src/jughisto/static/ /usr/local/jughisto/static/
FROM
debian:bookworm-202
31030-slim
FROM
debian:bookworm-202
40423
RUN
apt-get update
&&
\
apt-get
install
-yq
--no-install-recommends
\
libpq5
&&
\
...
...
This diff is collapsed.
Click to expand it.
alvokanto/Dockerfile
+
3
−
3
View file @
b9bc5de0
FROM
debian:bookworm-202
31030
-slim
AS
isolate_builder
FROM
debian:bookworm-202
40423
-slim
AS
isolate_builder
WORKDIR
/usr/src/isolate
RUN
apt-get update
&&
\
apt-get
install
-yq
--no-install-recommends
\
...
...
@@ -15,7 +15,7 @@ ADD isolate .
RUN
make isolate
&&
\
make
install
FROM
rust:1.7
3
.0-slim-bookworm
AS
builder
FROM
rust:1.7
5
.0-slim-bookworm
AS
builder
RUN
apt-get update
&&
\
apt-get
install
-yq
--no-install-recommends
\
protobuf-compiler
\
...
...
@@ -32,7 +32,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
cargo build
--release
&&
\
cp
/usr/src/jughisto/alvokanto/target/release/alvokanto /usr/local/bin/alvokanto
FROM
debian:bookworm-202
31030
-slim
FROM
debian:bookworm-202
40423
-slim
RUN
apt-get update
&&
\
apt-get
install
-yq
--no-install-recommends
\
gcc
\
...
...
This diff is collapsed.
Click to expand it.
dev.Dockerfile
+
1
−
1
View file @
b9bc5de0
FROM
rust:1.7
3
.0-slim-bookworm
FROM
rust:1.7
5
.0-slim-bookworm
RUN
apt-get update
&&
\
apt-get
install
-yq
--no-install-recommends
\
libc-dev
\
...
...
This diff is collapsed.
Click to expand it.
isolate
@
758ab000
Compare
4defd1d6
...
758ab000
Subproject commit
4defd1d60427aba719941df285e42a5383f73712
Subproject commit
758ab000e3a1bcf1e57ffddea2340ffa1a5af49b
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