Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
unicaen-image
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
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
docker
unicaen-image
Commits
c144a7e1
You need to sign in or sign up before continuing.
Commit
c144a7e1
authored
3 years ago
by
Laurent Lecluse
Browse files
Options
Downloads
Patches
Plain Diff
Utilisation de bullseye
parent
bd456db6
No related branches found
No related tags found
No related merge requests found
Pipeline
#11986
failed
3 years ago
Stage: build
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Dockerfile-5.x
+2
-2
2 additions, 2 deletions
Dockerfile-5.x
Dockerfile-7.x
+2
-2
2 additions, 2 deletions
Dockerfile-7.x
Dockerfile-8.x
+2
-2
2 additions, 2 deletions
Dockerfile-8.x
entrypoint.d/README.md
+1
-1
1 addition, 1 deletion
entrypoint.d/README.md
with
7 additions
and
7 deletions
Dockerfile-5.x
+
2
−
2
View file @
c144a7e1
...
...
@@ -13,8 +13,8 @@
# --build-arg no_proxy
#
FROM debian:
stretch
as distrib
#FROM localhost:5000/
stretch
FROM debian:
bullseye
as distrib
#FROM localhost:5000/
bullseye
LABEL maintainer="Bertrand GAUTHIER <bertrand.gauthier at unicaen.fr>"
...
...
This diff is collapsed.
Click to expand it.
Dockerfile-7.x
+
2
−
2
View file @
c144a7e1
...
...
@@ -13,8 +13,8 @@
# --build-arg no_proxy
#
FROM debian:
stretch
as distrib
#FROM localhost:5000/
stretch
FROM debian:
bullseye
as distrib
#FROM localhost:5000/
bullseye
LABEL maintainer="Bertrand GAUTHIER <bertrand.gauthier at unicaen.fr>"
...
...
This diff is collapsed.
Click to expand it.
Dockerfile-8.x
+
2
−
2
View file @
c144a7e1
...
...
@@ -13,8 +13,8 @@
# --build-arg no_proxy
#
FROM debian:
stretch
as distrib
#FROM localhost:5000/
stretch
FROM debian:
bullseye
as distrib
#FROM localhost:5000/
bullseye
LABEL maintainer="Bertrand GAUTHIER <bertrand.gauthier at unicaen.fr>"
...
...
This diff is collapsed.
Click to expand it.
entrypoint.d/README.md
+
1
−
1
View file @
c144a7e1
...
...
@@ -3,7 +3,7 @@
Lors du build, tous les fichiers situés dans
`./entrypoint.d`
sont copiés dans le dossier
`/entrypoint.d`
de l'image.
Au démarrage du container, seuls les scripts exécutables parmi ces fichiers seront lancés (cf.
`./entrypoint.sh`
) par
la commande
[
`run-parts`
](
https://manpages.debian.org/
stretch
/debianutils/run-parts.8.fr.html
)
.
la commande
[
`run-parts`
](
https://manpages.debian.org/
bullseye
/debianutils/run-parts.8.fr.html
)
.
**Attention**
:
-
Le nom d'un script ne doit être constitué que de lettres minuscules ou majuscules,
...
...
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