fix from-path in dockerfiles
All checks were successful
Full building alt images / build-process (push) Successful in 9m41s
Full building alt images / test-process (push) Successful in 4m16s

This commit is contained in:
Nadezhda Fedorova 2024-05-24 17:28:59 +03:00
parent 1b60aaab69
commit 17619fe844
10 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
FROM {{ registry }}{{ organization }}/buildpack-deps-curl:{{ branch }} FROM {{ registry }}base/buildpack-deps-curl:{{ branch }}
MAINTAINER alt-cloud MAINTAINER alt-cloud

View File

@ -1,4 +1,4 @@
FROM {{ registry }}{{ organization }}/buildpack-deps-scm:{{ branch }} FROM {{ registry }}base/buildpack-deps-scm:{{ branch }}
MAINTAINER alt-cloud MAINTAINER alt-cloud

View File

@ -1,4 +1,4 @@
FROM {{ registry }}{{ organization }}/base:{{ branch }} FROM {{ registry }}base/base:{{ branch }}
MAINTAINER alt-cloud MAINTAINER alt-cloud

View File

@ -1,4 +1,4 @@
from = "{{ registry }}{{ organization }}/distroless-static:{{ branch }}" from = "{{ registry }}base/distroless-static:{{ branch }}"
builder-install-packages = [ builder-install-packages = [
"glibc-core", "glibc-core",
'{{if_branches(["p10"], "glibc-nss")}}', '{{if_branches(["p10"], "glibc-nss")}}',

View File

@ -1,4 +1,4 @@
from = "{{ registry }}{{ organization }}/distroless-base:{{ branch }}" from = "{{ registry }}base/distroless-base:{{ branch }}"
builder-install-packages = [ builder-install-packages = [
"coreutils", "coreutils",
"findutils", "findutils",

View File

@ -1,3 +1,3 @@
from = "{{ registry }}{{ organization }}/distroless-base:{{ branch }}" from = "{{ registry }}base/distroless-base:{{ branch }}"
full-files = ["/usr/bin/gotop"] full-files = ["/usr/bin/gotop"]
entrypoint = ["/usr/bin/gotop"] entrypoint = ["/usr/bin/gotop"]

View File

@ -1,3 +1,3 @@
from = "{{ registry }}{{ organization }}/distroless-static:{{ branch }}" from = "{{ registry }}base/distroless-static:{{ branch }}"
files = ["/bin/true"] files = ["/bin/true"]
cmd = ["/bin/true"] cmd = ["/bin/true"]

View File

@ -1,4 +1,4 @@
FROM {{ registry }}{{ organization }}/buildpack-deps:{{ branch }} FROM {{ registry }}base/buildpack-deps:{{ branch }}
MAINTAINER alt-cloud MAINTAINER alt-cloud

View File

@ -1,4 +1,4 @@
FROM {{ registry }}/base:{{ branch }} FROM {{ registry }}base/base:{{ branch }}
MAINTAINER alt-cloud MAINTAINER alt-cloud

View File

@ -1,4 +1,4 @@
FROM {{ registry }}{{ organization }}/base:{{ branch }} FROM {{ registry }}base/base:{{ branch }}
MAINTAINER alt-cloud MAINTAINER alt-cloud