mirror of
https://github.com/int128/kubelogin.git
synced 2026-02-14 16:39:51 +00:00
Pin container image digest (#1432)
This commit is contained in:
11
.github/renovate.json
vendored
Normal file
11
.github/renovate.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"github>int128/renovate-base",
|
||||
"github>int128/go-renovate-config#v1.9.0",
|
||||
"github>int128/go-renovate-config:go-version-with-dockerfile#v1.9.0",
|
||||
"github>int128/go-renovate-config:kubernetes#v1.9.0",
|
||||
"github>int128/go-renovate-config:github-releases#v1.9.0(**/kustomization.yaml)",
|
||||
"helpers:pinGitHubActionDigests"
|
||||
]
|
||||
}
|
||||
11
.github/renovate.json5
vendored
11
.github/renovate.json5
vendored
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"github>int128/renovate-base",
|
||||
"github>int128/go-renovate-config#v1.8.0",
|
||||
"github>int128/go-renovate-config:go-directive#v1.7.2",
|
||||
"github>int128/go-renovate-config:kubernetes#v1.7.2",
|
||||
"github>int128/go-renovate-config:github-releases#v1.8.0(**/kustomization.yaml)",
|
||||
"helpers:pinGitHubActionDigests",
|
||||
],
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM --platform=$BUILDPLATFORM golang:1.25 AS builder
|
||||
FROM --platform=$BUILDPLATFORM golang:1.25.3@sha256:dd08f769578a5f51a22bf6a81109288e23cfe2211f051a5c29bd1c05ad3db52a AS builder
|
||||
|
||||
WORKDIR /builder
|
||||
|
||||
|
||||
Reference in New Issue
Block a user