mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 14:11:07 +02:00
ci-automtion/packages.sh: fix torcx URL, add manifest
Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
This commit is contained in:
parent
4f39e0112f
commit
081df6cd2c
@ -121,9 +121,11 @@ function packages_build() {
|
|||||||
# generate image + push to build cache
|
# generate image + push to build cache
|
||||||
docker_commit_to_buildcache "${packages_container}" "${packages_image}" "${docker_vernum}"
|
docker_commit_to_buildcache "${packages_container}" "${packages_image}" "${docker_vernum}"
|
||||||
|
|
||||||
# Publish torcx manifest to "images" cache so tests can pull it later.
|
# Publish torcx manifest and docker tarball to "images" cache so tests can pull it later.
|
||||||
copy_to_buildcache "images/${arch}/${vernum}/torcx" \
|
copy_to_buildcache "images/${arch}/${vernum}/torcx" \
|
||||||
__build__/torcx_tmp/pkgs/${arch}-usr/docker/*/*.torcx.tgz
|
"${torcx_tmp}/torcx/amd64-usr/latest/torcx_manifest.json"
|
||||||
|
copy_to_buildcache "images/${arch}/${vernum}/torcx" \
|
||||||
|
"${torcx_tmp}/torcx/pkgs/${arch}-usr/docker/"*/*.torcx.tgz
|
||||||
|
|
||||||
update_and_push_version "${version}"
|
update_and_push_version "${version}"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user