Reenable nagios container building
This commit is contained in:
parent
c973b64e5c
commit
f3c30f46a4
104
.drone.yml
104
.drone.yml
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user