Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
206283dd
Commit
206283dd
authored
2 years ago
by
Botaniker (Bot)
Browse files
Options
Downloads
Patches
Plain Diff
chore(deps): update registry.fedoraproject.org/fedora docker tag to v36
parent
0fc94838
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!272
chore(deps): update registry.fedoraproject.org/fedora docker tag to v36
Pipeline
#15276
failed
2 years ago
Stage: lint
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
images/demo/Dockerfile
+1
-1
1 addition, 1 deletion
images/demo/Dockerfile
images/koolbox/Dockerfile
+11
-11
11 additions, 11 deletions
images/koolbox/Dockerfile
with
12 additions
and
12 deletions
images/demo/Dockerfile
+
1
−
1
View file @
206283dd
FROM
registry.fedoraproject.org/fedora:3
5
FROM
registry.fedoraproject.org/fedora:3
6
RUN
echo
"Hello world"
RUN
echo
"Hello world"
This diff is collapsed.
Click to expand it.
images/koolbox/Dockerfile
+
11
−
11
View file @
206283dd
# kubectl CLI cache
# kubectl CLI cache
FROM
registry.fedoraproject.org/fedora:3
5
as
kubectl
FROM
registry.fedoraproject.org/fedora:3
6
as
kubectl
# renovate: datasource=github-releases depName=kubernetes/kubernetes
# renovate: datasource=github-releases depName=kubernetes/kubernetes
ARG
KUBECTL_VERSION=v1.24.3
ARG
KUBECTL_VERSION=v1.24.3
...
@@ -24,7 +24,7 @@ FROM ghcr.io/caarlos0/svu:v1.9.0 as svu
...
@@ -24,7 +24,7 @@ FROM ghcr.io/caarlos0/svu:v1.9.0 as svu
FROM
quay.io/git-chglog/git-chglog:0.15.1
as
git-chglog
FROM
quay.io/git-chglog/git-chglog:0.15.1
as
git-chglog
# Helm CLI cache
# Helm CLI cache
FROM
registry.fedoraproject.org/fedora:3
5
as
helm
FROM
registry.fedoraproject.org/fedora:3
6
as
helm
# renovate: datasource=github-releases depName=helm/helm
# renovate: datasource=github-releases depName=helm/helm
ARG
HELM_VERSION=v3.10.0
ARG
HELM_VERSION=v3.10.0
...
@@ -34,7 +34,7 @@ RUN curl -L "https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" | tar
...
@@ -34,7 +34,7 @@ RUN curl -L "https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" | tar
&&
install
-o
root
-g
root
-m
0755 helm /usr/local/bin/helm
&&
install
-o
root
-g
root
-m
0755 helm /usr/local/bin/helm
# Flux CLI cache
# Flux CLI cache
FROM
registry.fedoraproject.org/fedora:3
5
as
flux
FROM
registry.fedoraproject.org/fedora:3
6
as
flux
# renovate: datasource=github-releases depName=fluxcd/flux2
# renovate: datasource=github-releases depName=fluxcd/flux2
ARG
FLUX_VERSION=v0.35.0
ARG
FLUX_VERSION=v0.35.0
...
@@ -44,7 +44,7 @@ RUN curl -L https://github.com/fluxcd/flux2/releases/download/${FLUX_VERSION}/fl
...
@@ -44,7 +44,7 @@ RUN curl -L https://github.com/fluxcd/flux2/releases/download/${FLUX_VERSION}/fl
&&
install
-o
root
-g
root
-m
0755 flux /usr/local/bin/flux
&&
install
-o
root
-g
root
-m
0755 flux /usr/local/bin/flux
# kustomize CLI cache
# kustomize CLI cache
FROM
registry.fedoraproject.org/fedora:3
5
as
kustomize
FROM
registry.fedoraproject.org/fedora:3
6
as
kustomize
# renovate: datasource=github-releases depName=kubernetes-sigs/kustomize
# renovate: datasource=github-releases depName=kubernetes-sigs/kustomize
ARG
KUSTOMIZE_VERSION=4.1.3
ARG
KUSTOMIZE_VERSION=4.1.3
...
@@ -54,7 +54,7 @@ RUN curl -L https://github.com/kubernetes-sigs/kustomize/releases/download/kusto
...
@@ -54,7 +54,7 @@ RUN curl -L https://github.com/kubernetes-sigs/kustomize/releases/download/kusto
&&
install
-o
root
-g
root
-m
0755 kustomize /usr/local/bin/kustomize
&&
install
-o
root
-g
root
-m
0755 kustomize /usr/local/bin/kustomize
# kubeval CLI cache
# kubeval CLI cache
FROM
registry.fedoraproject.org/fedora:3
5
as
kubeval
FROM
registry.fedoraproject.org/fedora:3
6
as
kubeval
# renovate: datasource=github-releases depName=instrumenta/kubeval
# renovate: datasource=github-releases depName=instrumenta/kubeval
ARG
KUBEVAL_VERSION=v0.16.1
ARG
KUBEVAL_VERSION=v0.16.1
...
@@ -64,7 +64,7 @@ RUN curl -L https://github.com/instrumenta/kubeval/releases/download/${KUBEVAL_V
...
@@ -64,7 +64,7 @@ RUN curl -L https://github.com/instrumenta/kubeval/releases/download/${KUBEVAL_V
&&
install
-o
root
-g
root
-m
0755 kubeval /usr/local/bin/kubeval
&&
install
-o
root
-g
root
-m
0755 kubeval /usr/local/bin/kubeval
# SOPS CLI cache
# SOPS CLI cache
FROM
registry.fedoraproject.org/fedora:3
5
as
sops
FROM
registry.fedoraproject.org/fedora:3
6
as
sops
# renovate: datasource=github-releases depName=mozilla/sops
# renovate: datasource=github-releases depName=mozilla/sops
ARG
SOPS_VERSION=v3.7.3
ARG
SOPS_VERSION=v3.7.3
...
@@ -74,7 +74,7 @@ RUN curl -L https://github.com/mozilla/sops/releases/download/${SOPS_VERSION}/so
...
@@ -74,7 +74,7 @@ RUN curl -L https://github.com/mozilla/sops/releases/download/${SOPS_VERSION}/so
&&
install
-o
root
-g
root
-m
0755 sops /usr/local/bin/sops
&&
install
-o
root
-g
root
-m
0755 sops /usr/local/bin/sops
# yq CLI cache
# yq CLI cache
FROM
registry.fedoraproject.org/fedora:3
5
as
yq
FROM
registry.fedoraproject.org/fedora:3
6
as
yq
# renovate: datasource=github-releases depName=mikefarah/yq
# renovate: datasource=github-releases depName=mikefarah/yq
ARG
YQ_VERSION=v4.27.5
ARG
YQ_VERSION=v4.27.5
...
@@ -83,7 +83,7 @@ ENV YQ_VERSION=${YQ_VERSION}
...
@@ -83,7 +83,7 @@ ENV YQ_VERSION=${YQ_VERSION}
RUN
curl
-L
https://github.com/mikefarah/yq/releases/download/
${
YQ_VERSION
}
/yq_linux_amd64
>
./yq
\
RUN
curl
-L
https://github.com/mikefarah/yq/releases/download/
${
YQ_VERSION
}
/yq_linux_amd64
>
./yq
\
&&
install
-o
root
-g
root
-m
0755 yq /usr/local/bin/yq
&&
install
-o
root
-g
root
-m
0755 yq /usr/local/bin/yq
FROM
registry.fedoraproject.org/fedora:3
5
as
helm-docs
FROM
registry.fedoraproject.org/fedora:3
6
as
helm-docs
# renovate: datasource=github-releases depName=norwoodj/helm-docs
# renovate: datasource=github-releases depName=norwoodj/helm-docs
ARG
HELM_DOCS_VERSION=v1.11.0
ARG
HELM_DOCS_VERSION=v1.11.0
...
@@ -93,7 +93,7 @@ RUN curl -L https://github.com/norwoodj/helm-docs/releases/download/${HELM_DOCS_
...
@@ -93,7 +93,7 @@ RUN curl -L https://github.com/norwoodj/helm-docs/releases/download/${HELM_DOCS_
&&
install
-o
root
-g
root
-m
0755 helm-docs /usr/local/bin/helm-docs
&&
install
-o
root
-g
root
-m
0755 helm-docs /usr/local/bin/helm-docs
# kubectl-krew CLI cache
# kubectl-krew CLI cache
FROM
registry.fedoraproject.org/fedora:3
5
as
kubectl-krew
FROM
registry.fedoraproject.org/fedora:3
6
as
kubectl-krew
# renovate: datasource=github-releases depName=kubernetes-sigs/krew
# renovate: datasource=github-releases depName=kubernetes-sigs/krew
ARG
KREW_VERSION=v0.4.3
ARG
KREW_VERSION=v0.4.3
...
@@ -108,7 +108,7 @@ RUN set -x; mkdir -p /opt/krew; cd "/opt/krew" && \
...
@@ -108,7 +108,7 @@ RUN set -x; mkdir -p /opt/krew; cd "/opt/krew" && \
mv
"
${
KREW
}
"
/opt/krew/krew
mv
"
${
KREW
}
"
/opt/krew/krew
# kubectl-krew CLI cache
# kubectl-krew CLI cache
FROM
registry.fedoraproject.org/fedora:3
5
as
mdbook
FROM
registry.fedoraproject.org/fedora:3
6
as
mdbook
# renovate: datasource=github-releases depName=kubernetes-sigs/krew
# renovate: datasource=github-releases depName=kubernetes-sigs/krew
ARG
MDBOOK_VERSION=v0.4.18
ARG
MDBOOK_VERSION=v0.4.18
...
@@ -120,7 +120,7 @@ RUN curl -L "https://github.com/rust-lang/mdBook/releases/download/${MDBOOK_VERS
...
@@ -120,7 +120,7 @@ RUN curl -L "https://github.com/rust-lang/mdBook/releases/download/${MDBOOK_VERS
# Actual start of container build
# Actual start of container build
FROM
registry.fedoraproject.org/fedora:3
5
FROM
registry.fedoraproject.org/fedora:3
6
ARG
MAINTAINER="unmaintained"
ARG
MAINTAINER="unmaintained"
LABEL
maintainer=$MAINTAINER
LABEL
maintainer=$MAINTAINER
...
...
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