Skip to content

Instantly share code, notes, and snippets.

@olblak
Created March 11, 2024 08:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olblak/01cdc3f210a641b22f4af1eea8d73884 to your computer and use it in GitHub Desktop.
Save olblak/01cdc3f210a641b22f4af1eea8d73884 to your computer and use it in GitHub Desktop.
---
name: 'deps(dockerfile): bump image "gitpod/workspace-full" digest'
sources:
gitpod/workspace-full:
name: get latest image "gitpod/workspace-full"
kind: dockerimage
spec:
image: gitpod/workspace-full
tagfilter: '\d{4}-\d{2}-\d{2}-\d{2}-\d{2}-\d{2}'
targets:
gitpod/workspace-full:
name: 'deps(dockerfile): bump image "gitpod/workspace-full"'
kind: dockerfile
spec:
file: .gitpod/Dockerfile
instruction:
keyword: FROM
matcher: gitpod/workspace-full
sourceid: gitpod/workspace-full
scms:
default:
kind: github
spec:
user: "{{ .github.user }}"
email: "{{ .github.email }}"
owner: "{{ .github.owner }}"
repository: "{{ .github.repository }}"
token: "{{ requiredEnv .github.token }}"
username: "{{ .github.username }}"
branch: "{{ .github.branch }}"
actions:
default:
kind: github/pullrequest
scmid: default
title: Bump Gitpod version to {{ source "gitpod/workspace-full" }}
spec:
labels:
- dependencies
- debian-bookworm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment