Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
media build scripts container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicolas Dufresne
media build scripts container
Commits
80bf0be4
Commit
80bf0be4
authored
1 year ago
by
Nicolas Dufresne
Browse files
Options
Downloads
Patches
Plain Diff
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
1 year ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+18
-15
18 additions, 15 deletions
.gitlab-ci.yml
with
18 additions
and
15 deletions
.gitlab-ci.yml
+
18
−
15
View file @
80bf0be4
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment