This commit is contained in:
parent
6c8dc5926f
commit
6aabe7acc4
@ -15,7 +15,7 @@ steps:
|
|||||||
password: admin
|
password: admin
|
||||||
repo: registry.kube.ceperka.net
|
repo: registry.kube.ceperka.net
|
||||||
image: registry.kube.ceperka.net/library/builder
|
image: registry.kube.ceperka.net/library/builder
|
||||||
tag: 36
|
tag: 38
|
||||||
privileged: true
|
privileged: true
|
||||||
commands:
|
commands:
|
||||||
- echo "$password" | podman login -u $username --password-stdin $repo
|
- echo "$password" | podman login -u $username --password-stdin $repo
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM fedora:36
|
FROM fedora:38
|
||||||
|
|
||||||
ADD ceperka-ca.crt /etc/pki/ca-trust/source/anchors/
|
ADD ceperka-ca.crt /etc/pki/ca-trust/source/anchors/
|
||||||
ADD rosti-ca.crt /etc/pki/ca-trust/source/anchors/
|
ADD rosti-ca.crt /etc/pki/ca-trust/source/anchors/
|
||||||
@ -7,4 +7,5 @@ RUN dnf -y upgrade --refresh
|
|||||||
RUN dnf -y install python3.9 python3.10 python3-pip pipenv fish helm awscli ansible podman podman-docker git git-lfs jq make openssh nodejs npm golang sqlite rsync
|
RUN dnf -y install python3.9 python3.10 python3-pip pipenv fish helm awscli ansible podman podman-docker git git-lfs jq make openssh nodejs npm golang sqlite rsync
|
||||||
# kubectl terraform
|
# kubectl terraform
|
||||||
RUN dnf -y groupinstall "Development Tools"
|
RUN dnf -y groupinstall "Development Tools"
|
||||||
|
RUN wget https://github.com/go-task/task/releases/download/v3.28.0/task_linux_amd64.rpm && dnf localinstall task_linux_amd64.rpm && rm task_linux_amd64.rpm
|
||||||
RUN update-ca-trust
|
RUN update-ca-trust
|
||||||
|
Loading…
Reference in New Issue
Block a user