feat: add python and make
All checks were successful
Build / build (pull_request) Successful in 14m1s
All checks were successful
Build / build (pull_request) Successful in 14m1s
- add python and make to the base images - remove make, python and jq from images derived from base
This commit is contained in:
parent
f92b6f13ff
commit
63afa81440
@ -4,8 +4,6 @@ packages = [
|
||||
"bash",
|
||||
"consul",
|
||||
"docker-ce-cli",
|
||||
"jq",
|
||||
"make",
|
||||
"nodejs",
|
||||
"packer",
|
||||
"terraform",
|
||||
|
||||
@ -5,6 +5,11 @@ use_incus = false
|
||||
packages = [
|
||||
"git",
|
||||
"jq",
|
||||
"make",
|
||||
"python3.11",
|
||||
"python3.11-pip",
|
||||
"python3.12",
|
||||
"python3.12-pip",
|
||||
"uv",
|
||||
"wget",
|
||||
]
|
||||
|
||||
@ -1,13 +1,6 @@
|
||||
# almalinux/8.10/jupyterlab
|
||||
docker_source = "git.query.consul/unkin/almalinux8-base:latest"
|
||||
deploy_files_from_common = true
|
||||
packages = [
|
||||
"uv",
|
||||
"python3.11",
|
||||
"python3.11-pip",
|
||||
"python3.12",
|
||||
"python3.12-pip"
|
||||
]
|
||||
scripts_pre_file_copy = [
|
||||
"dnf install -y sudo",
|
||||
]
|
||||
|
||||
@ -19,7 +19,6 @@ packages = [
|
||||
"intltool",
|
||||
"jna",
|
||||
"ltrace",
|
||||
"make",
|
||||
"nfpm",
|
||||
"patchutils",
|
||||
"perl-Fedora-VSP",
|
||||
|
||||
@ -4,8 +4,6 @@ packages = [
|
||||
"bash",
|
||||
"consul",
|
||||
"docker-ce-cli",
|
||||
"jq",
|
||||
"make",
|
||||
"nodejs",
|
||||
"packer",
|
||||
"terraform",
|
||||
|
||||
@ -5,6 +5,11 @@ use_incus = false
|
||||
packages = [
|
||||
"git",
|
||||
"jq",
|
||||
"make",
|
||||
"python3.11",
|
||||
"python3.11-pip",
|
||||
"python3.12",
|
||||
"python3.12-pip",
|
||||
"uv",
|
||||
"wget",
|
||||
]
|
||||
|
||||
@ -1,13 +1,6 @@
|
||||
# almalinux/9.5/jupyterlab
|
||||
deploy_files_from_common = true
|
||||
docker_source = "git.query.consul/unkin/almalinux9-base:latest"
|
||||
packages = [
|
||||
"uv",
|
||||
"python3.11",
|
||||
"python3.11-pip",
|
||||
"python3.12",
|
||||
"python3.12-pip"
|
||||
]
|
||||
scripts_pre_file_copy = [
|
||||
"dnf install -y sudo",
|
||||
]
|
||||
|
||||
@ -19,7 +19,6 @@ packages = [
|
||||
"intltool",
|
||||
"jna",
|
||||
"ltrace",
|
||||
"make",
|
||||
"nfpm",
|
||||
"patchutils",
|
||||
"perl-Fedora-VSP",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user