Compare commits

..

No commits in common. "c578376ff5672a8ca8532aa59c164c5c6350882d" and "deae1caaee6d9daaf5e4c073a49dd7913e10749d" have entirely different histories.

3 changed files with 0 additions and 35 deletions

View File

@ -1,29 +0,0 @@
---
kind: pipeline
type: docker
name: Build AMD64
platform:
os: linux
arch: amd64
trigger:
branche:
- master
# event:
# - tag
steps:
- name: Harbor AMD64
image: plugins/docker # Check Entrypoint
privileged: true
settings:
username:
from_secret: harbor_username
password:
from_secret: harbor_password
repo: goharbor.voser.cloud/homelab/nextcloud-smb
auto_tag: true
build_args:
- ARCH=amd64
dockerfile: ./Dockerfiles/Dockerfile

View File

@ -1,4 +0,0 @@
ARG ARCH=
FROM nextcloud:latest
RUN apt-get update; \
apt-get install smbclient -y -qq

View File

@ -1,2 +0,0 @@
nextcloud-smb:
build: ./Docker