Version 38 with task
continuous-integration/drone Build is failing Details

This commit is contained in:
Adam Štrauch 2023-08-12 13:09:47 +02:00
parent 6c8dc5926f
commit 6aabe7acc4
Signed by: cx
GPG Key ID: 018304FFA8988F8D
3 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -1,5 +1,5 @@
REPO=harbor.hq.rosti.cz/library/builder REPO=harbor.hq.rosti.cz/library/builder
VERSION=35 VERSION=38
build: build:
docker build -t ${REPO}:${VERSION} . docker build -t ${REPO}:${VERSION} .