Compare commits
3 Commits
feature/se
...
develop
Author | SHA1 | Date |
---|---|---|
wpetit | 9e9fdee0d6 | |
wpetit | 8db349571a | |
wpetit | 68ca0365ae |
2
package
2
package
|
@ -41,7 +41,7 @@ def build_image(build_workspace, base_image, profile_name, profile, debug=False,
|
|||
# Run hooks
|
||||
tamarin.run_profile_hooks(profile, 'containerbuild', cwd=build_workspace, env=hooks_env, debug=debug)
|
||||
|
||||
image_tag = "tamarin:{:s}_{:s}_{:d}".format(profile_name, base_image.replace(':', '_'), os.getpid())
|
||||
image_tag = "tamarin:{:s}_{:s}_{:d}".format(profile_name, base_image.replace(':', '_').replace('/', '_'), os.getpid())
|
||||
|
||||
build_args = [ "build", "-t", image_tag ]
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Configuration générale du profil
|
||||
[profile]
|
||||
# Image Docker par défaut
|
||||
default_image=debian:stretch
|
||||
default_image=reg.cadoles.com/proxy_cache/library/debian:bookworm
|
||||
|
||||
# Configuration de l'étape de pré-construction du conteneur
|
||||
[containerbuild]
|
||||
|
|
Loading…
Reference in New Issue