Skip to content
Snippets Groups Projects
Commit 80bf0be4 authored by Nicolas Dufresne's avatar Nicolas Dufresne
Browse files

WIP: Use FDO template to create an upload docker images

parent 9de15143
No related branches found
No related tags found
No related merge requests found
Pipeline #78910 failed
include:
- remote: 'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/d03cddbc/templates/debian.yml'
stages:
- 'build'
variables:
GIT_DEPTH: 1
docker image: docker image:
extends:
- '.fdo.container-build@debian'
stage: build stage: build
environment: variables:
name: $CI_COMMIT_REF_NAME FDO_UPSTREAM_REPO: 'collabora/media-build-scripts-container'
image: FDO_DISTRIBUTION_TAG: "2023-11-20.1"
name: gcr.io/kaniko-project/executor:debug FDO_DISTRIBUTION_VERSION: 'bookworm'
entrypoint: [""] FDO_REPO_SUFFIX: 'media/build-scripts-container'
script: FDO_DISTRIBUTION_PACKAGES: 'curl indent git findutils ca-certificates'
- > FDO_DISTRIBUTION_EXEC: 'bash prepare.sh'
/kaniko/executor
--context $CI_PROJECT_DIR/
--dockerfile $CI_PROJECT_DIR/Dockerfile
--destination $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA
--single-snapshot
- echo Pushed
tags:
- lightweight
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment