mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 06:48:04 +08:00
15.0.0-debian-11-r4 release
This commit is contained in:
committed by
Bitnami Containers
parent
fb3c871a4f
commit
9eebd550ad
@@ -9,10 +9,10 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl git git-lfs gzip libc6 openssh-client procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "dumb-init" "1.2.5-0" --checksum eb2507a10791eb84d6291b9f25d75d40b001bdd4bc56d389c11710ac9013e768
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "docker-machine" "0.16.2-0" --checksum 886baeffa017cb857c4903c17854152b885005ca4d5a32c4a218e44594da62dd
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner" "15.0.0-0" --checksum 9e65bf7d4e19ef870dd9d80cb227762d47dab9f35d3e1924097cc086966d57b7
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "dumb-init" "1.2.5-150" --checksum eb2507a10791eb84d6291b9f25d75d40b001bdd4bc56d389c11710ac9013e768
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "docker-machine" "0.16.2-150" --checksum 886baeffa017cb857c4903c17854152b885005ca4d5a32c4a218e44594da62dd
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner" "15.0.0-150" --checksum 9e65bf7d4e19ef870dd9d80cb227762d47dab9f35d3e1924097cc086966d57b7
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
@@ -4,27 +4,27 @@
|
||||
"digest": "886baeffa017cb857c4903c17854152b885005ca4d5a32c4a218e44594da62dd",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.16.2-0"
|
||||
"version": "0.16.2-150"
|
||||
},
|
||||
"dumb-init": {
|
||||
"arch": "amd64",
|
||||
"digest": "eb2507a10791eb84d6291b9f25d75d40b001bdd4bc56d389c11710ac9013e768",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.2.5-0"
|
||||
"version": "1.2.5-150"
|
||||
},
|
||||
"gitlab-runner": {
|
||||
"arch": "amd64",
|
||||
"digest": "9e65bf7d4e19ef870dd9d80cb227762d47dab9f35d3e1924097cc086966d57b7",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "15.0.0-0"
|
||||
"version": "15.0.0-150"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-0"
|
||||
"version": "1.14.0-150"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user