1
0
Fork 0

update to drone v2.20.0
Build Container Image / build_amd64 (push) Successful in 1m38s Details
Build Container Image / publish_amd64 (push) Successful in 25s Details
Build Container Image / build_arm64 (push) Successful in 7m28s Details
Build Container Image / publish_arm64 (push) Successful in 21s Details
Build Container Image / build_armhf (push) Successful in 16m14s Details
Build Container Image / build_manifest (push) Successful in 12s Details
Build Container Image / publish_armhf (push) Successful in 43s Details
Build Container Image / publish_manifest (push) Successful in 32s Details

This commit is contained in:
Daniel Wolf 2023-08-28 08:02:49 -04:00
parent 3f1ecf5589
commit 64a4c70ee3
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
3 changed files with 6 additions and 7 deletions

View File

@ -156,12 +156,12 @@ jobs:
password: ${{ secrets.DOCKER_PASS }}
- name: Docker Manifest
run: |
docker manifest create nephatrine/drone-ci:2.17.0 --amend nephatrine/drone-ci:latest-amd64 --amend nephatrine/drone-ci:latest-arm64v8 --amend nephatrine/drone-ci:latest-armv7
docker manifest create nephatrine/drone-ci:2.17 --amend nephatrine/drone-ci:latest-amd64 --amend nephatrine/drone-ci:latest-arm64v8 --amend nephatrine/drone-ci:latest-armv7
docker manifest create nephatrine/drone-ci:2.20.0 --amend nephatrine/drone-ci:latest-amd64 --amend nephatrine/drone-ci:latest-arm64v8 --amend nephatrine/drone-ci:latest-armv7
docker manifest create nephatrine/drone-ci:2.20 --amend nephatrine/drone-ci:latest-amd64 --amend nephatrine/drone-ci:latest-arm64v8 --amend nephatrine/drone-ci:latest-armv7
docker manifest create nephatrine/drone-ci:2 --amend nephatrine/drone-ci:latest-amd64 --amend nephatrine/drone-ci:latest-arm64v8 --amend nephatrine/drone-ci:latest-armv7
docker manifest create nephatrine/drone-ci:latest --amend nephatrine/drone-ci:latest-amd64 --amend nephatrine/drone-ci:latest-arm64v8 --amend nephatrine/drone-ci:latest-armv7
docker manifest push --purge nephatrine/drone-ci:2.17.0
docker manifest push --purge nephatrine/drone-ci:2.17
docker manifest push --purge nephatrine/drone-ci:2.20.0
docker manifest push --purge nephatrine/drone-ci:2.20
docker manifest push --purge nephatrine/drone-ci:2
docker manifest push --purge nephatrine/drone-ci:latest
- name: Checkout Repository

View File

@ -1,8 +1,7 @@
FROM nephatrine/nxbuilder:golang AS builder
ARG DRONE_VERSION=v2.17.0
ARG DRONE_VERSION=v2.20.0
ARG DRONE_CLI_VERSION=v1.7.0
ARG DRONE_EXEC_VERSION=v1.0.0-beta.10
RUN git -C /root clone -b "$DRONE_VERSION" --single-branch --depth=1 https://github.com/harness/drone
RUN git -C /root clone -b "$DRONE_CLI_VERSION" --single-branch --depth=1 https://github.com/harness/drone-cli

View File

@ -33,7 +33,7 @@ docker run --rm -p 8080:8080 -it nephatrine/drone-ci:latest /bin/bash
## Docker Tags
- **nephatrine/drone-server:latest**: Drone v2.17.0 / Alpine Latest
- **nephatrine/drone-server:latest**: Drone v2.20.0 / Alpine Latest
## Configuration Variables