Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Dockerfiles for Jenkins
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
Container Registry
Model registry
Operate
Environments
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
Platform
Infrastructure
CI CD
Dockerfiles for Jenkins
Commits
478572bc
Verified
Commit
478572bc
authored
2 months ago
by
Antoine Lambert
Browse files
Options
Downloads
Patches
Plain Diff
Fix docker warnings related to mismatch casings
parent
f10be07d
No related branches found
Branches containing commit
No related tags found
1 merge request
!80
bookworm-multipython: Bump nodejs to 20 and install yarn with corepack
Pipeline
#12810
passed
1 month ago
Stage: external
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bookworm-multipython/Dockerfile
+5
-5
5 additions, 5 deletions
bookworm-multipython/Dockerfile
kafka/Dockerfile
+1
-1
1 addition, 1 deletion
kafka/Dockerfile
with
6 additions
and
6 deletions
bookworm-multipython/Dockerfile
+
5
−
5
View file @
478572bc
# syntax=docker/dockerfile:experimental
FROM
debian:bookworm-slim
as
build_bookworm_base
FROM
debian:bookworm-slim
AS
build_bookworm_base
USER
root
...
...
@@ -209,7 +209,7 @@ ENV PATH="${CARGO_HOME}/bin:${PATH}"
COPY
./prepare-cargo-cache ${CARGO_HOME}/bin
FROM
build_bookworm_with_packages
as
build_rust
FROM
build_bookworm_with_packages
AS
build_rust
# install rage (for swh-alter)
# Use the latest available version so we can detect if rage behavior has changed when
...
...
@@ -291,7 +291,7 @@ RUN --mount=type=secret,mode=0444,id=SCCACHE_REDIS_ENDPOINT \
MAKEOPTS
=
'-j8'
\
pyenv
install
--verbose
--keep
${
py39_version
}
FROM
build_pyenv
as
build_py310
FROM
build_pyenv
AS
build_py310
RUN
--mount
=
type
=
secret,mode
=
0444,id
=
SCCACHE_REDIS_ENDPOINT
\
--mount
=
type
=
secret,mode
=
0444,id
=
SCCACHE_REDIS_PASSWORD
\
env-from-secrets
\
...
...
@@ -299,7 +299,7 @@ RUN --mount=type=secret,mode=0444,id=SCCACHE_REDIS_ENDPOINT \
MAKEOPTS
=
'-j8'
\
pyenv
install
--verbose
--keep
${
py310_version
}
FROM
build_pyenv
as
build_py311
FROM
build_pyenv
AS
build_py311
RUN
--mount
=
type
=
secret,mode
=
0444,id
=
SCCACHE_REDIS_ENDPOINT
\
--mount
=
type
=
secret,mode
=
0444,id
=
SCCACHE_REDIS_PASSWORD
\
env-from-secrets
\
...
...
@@ -307,7 +307,7 @@ RUN --mount=type=secret,mode=0444,id=SCCACHE_REDIS_ENDPOINT \
MAKEOPTS
=
'-j8'
\
pyenv
install
--verbose
--keep
${
py311_version
}
FROM
build_pyenv
as
build_py312
FROM
build_pyenv
AS
build_py312
RUN
--mount
=
type
=
secret,mode
=
0444,id
=
SCCACHE_REDIS_ENDPOINT
\
--mount
=
type
=
secret,mode
=
0444,id
=
SCCACHE_REDIS_PASSWORD
\
env-from-secrets
\
...
...
This diff is collapsed.
Click to expand it.
kafka/Dockerfile
+
1
−
1
View file @
478572bc
ARG
REGISTRY=swh-jenkins
FROM
$REGISTRY/tox
as
kafka_fetcher
FROM
$REGISTRY/tox
AS
kafka_fetcher
# retrieve and uncompress kafka application, checking it's the
# expected archive we retrieve
...
...
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