Reenable nagios container building

This commit is contained in:
nemunaire 2022-02-20 10:54:31 +01:00
parent c973b64e5c
commit f3c30f46a4
1 changed files with 52 additions and 52 deletions

View File

@ -8,20 +8,20 @@ platform:
arch: amd64 arch: amd64
steps: steps:
# - name: docker build and publish - name: docker build and publish
# image: plugins/docker image: plugins/docker
# settings: settings:
# username: username:
# from_secret: docker_username from_secret: docker_username
# password: password:
# from_secret: docker_password from_secret: docker_password
# repo: nemunaire/nagios repo: nemunaire/nagios
# auto_tag: true auto_tag: true
# auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH} auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
# dockerfile: Dockerfile dockerfile: Dockerfile
# when: when:
# branch: branch:
# - master - master
- name: build fcgi image - name: build fcgi image
image: plugins/docker image: plugins/docker
@ -54,20 +54,20 @@ platform:
arch: arm64 arch: arm64
steps: steps:
# - name: docker build and publish - name: docker build and publish
# image: plugins/docker image: plugins/docker
# settings: settings:
# username: username:
# from_secret: docker_username from_secret: docker_username
# password: password:
# from_secret: docker_password from_secret: docker_password
# repo: nemunaire/nagios repo: nemunaire/nagios
# auto_tag: true auto_tag: true
# auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH} auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
# dockerfile: Dockerfile dockerfile: Dockerfile
# when: when:
# branch: branch:
# - master - master
- name: build fcgi image - name: build fcgi image
image: plugins/docker image: plugins/docker
@ -100,20 +100,20 @@ platform:
arch: arm arch: arm
steps: steps:
# - name: docker build and publish (nagios) - name: docker build and publish (nagios)
# image: plugins/docker image: plugins/docker
# settings: settings:
# username: username:
# from_secret: docker_username from_secret: docker_username
# password: password:
# from_secret: docker_password from_secret: docker_password
# repo: nemunaire/nagios repo: nemunaire/nagios
# auto_tag: true auto_tag: true
# auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH} auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
# dockerfile: Dockerfile dockerfile: Dockerfile
# when: when:
# branch: branch:
# - master - master
- name: build fcgi image - name: build fcgi image
image: plugins/docker image: plugins/docker
@ -140,16 +140,16 @@ trigger:
kind: pipeline kind: pipeline
name: docker-manifest name: docker-manifest
steps: steps:
# - name: publish manifest - name: publish manifest
# image: plugins/manifest image: plugins/manifest
# settings: settings:
# auto_tag: true auto_tag: true
# ignore_missing: true ignore_missing: true
# spec: .drone-manifest.yml spec: .drone-manifest.yml
# username: username:
# from_secret: docker_username from_secret: docker_username
# password: password:
# from_secret: docker_password from_secret: docker_password
- name: publish fcgi manifest - name: publish fcgi manifest
image: plugins/manifest image: plugins/manifest