Skip to content

Commit

Permalink
reorganize repository to a flatter layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Sep 13, 2021
1 parent f48823a commit 4f5c99a
Show file tree
Hide file tree
Showing 109 changed files with 58 additions and 57 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/calibre-web-build-push-arm32v7-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'master'
paths:
- 'services/calibre-web/**'
- 'calibre-web/**'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -35,8 +35,8 @@ jobs:
name: Build and push
uses: docker/build-push-action@v2
with:
context: ./services/calibre-web
file: ./services/calibre-web/docker/Dockerfile.arm32v7
context: ./calibre-web
file: ./calibre-web/docker/Dockerfile.arm32v7
platforms: linux/arm/v7
push: true
tags: ghcr.io/${{ github.repository_owner }}/calibre-web:arm32v7
6 changes: 3 additions & 3 deletions .github/workflows/calibre-web-build-push-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'master'
paths:
- 'services/calibre-web/**'
- 'calibre-web/**'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
name: Build and push
uses: docker/build-push-action@v2
with:
context: ./services/calibre-web
file: ./services/calibre-web/docker/Dockerfile
context: ./calibre-web
file: ./calibre-web/docker/Dockerfile
push: true
tags: ghcr.io/${{ github.repository_owner }}/calibre-web:latest
4 changes: 2 additions & 2 deletions .github/workflows/capa-build-push-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'master'
paths:
- 'infosec/capa/**'
- 'capa/**'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -35,6 +35,6 @@ jobs:
name: Build and push
uses: docker/build-push-action@v2
with:
context: ./infosec/capa
context: ./capa
push: true
tags: ghcr.io/${{ github.repository_owner }}/capa:latest
10 changes: 5 additions & 5 deletions .github/workflows/mattermost-build-push-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'master'
paths:
- 'services/mattermost/**'
- 'mattermost/**'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -35,15 +35,15 @@ jobs:
name: Build and push mattermost
uses: docker/build-push-action@v2
with:
context: ./services/mattermost
file: ./services/mattermost/docker/mattermost.Dockerfile
context: ./mattermost
file: ./mattermost/docker/mattermost.Dockerfile
push: true
tags: ghcr.io/${{ github.repository_owner }}/mattermost-server:latest
-
name: Build and push postgres
uses: docker/build-push-action@v2
with:
context: ./services/mattermost
file: ./services/mattermost/docker/postgres.Dockerfile
context: ./mattermost
file: ./mattermost/docker/postgres.Dockerfile
push: true
tags: ghcr.io/${{ github.repository_owner }}/postgres:13-alpine
4 changes: 2 additions & 2 deletions .github/workflows/minikeyvalue-build-push-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'master'
paths:
- 'db/minikeyvalue/**'
- 'minikeyvalue/**'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -35,6 +35,6 @@ jobs:
name: Build and push
uses: docker/build-push-action@v2
with:
context: ./db/minikeyvalue
context: ./minikeyvalue
push: true
tags: ghcr.io/${{ github.repository_owner }}/minikeyvalue:latest
6 changes: 3 additions & 3 deletions .github/workflows/nextcloud-build-push-arm32v7-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'master'
paths:
- 'services/nextcloud/**'
- 'nextcloud/**'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -35,8 +35,8 @@ jobs:
name: Build and push
uses: docker/build-push-action@v2
with:
context: ./services/nextcloud
file: ./services/nextcloud/docker/Dockerfile.arm32v7
context: ./nextcloud
file: ./nextcloud/docker/Dockerfile.arm32v7
platforms: linux/arm/v7
push: true
tags: ghcr.io/${{ github.repository_owner }}/nextcloud:arm32v7
6 changes: 3 additions & 3 deletions .github/workflows/nextcloud-build-push-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'master'
paths:
- 'services/nextcloud/**'
- 'nextcloud/**'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
name: Build and push
uses: docker/build-push-action@v2
with:
context: ./services/nextcloud
file: ./services/nextcloud/docker/Dockerfile
context: ./nextcloud
file: ./nextcloud/docker/Dockerfile
push: true
tags: ghcr.io/${{ github.repository_owner }}/nextcloud:latest
6 changes: 3 additions & 3 deletions .github/workflows/nginx-securimage-build-push-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'master'
paths:
- 'net/nginx-securimage/**'
- 'nginx-securimage/**'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
name: Build and push
uses: docker/build-push-action@v2
with:
context: ./net/nginx-securimage
file: ./net/nginx-securimage/docker/nginx.Dockerfile
context: ./nginx-securimage
file: ./nginx-securimage/docker/nginx.Dockerfile
push: true
tags: ghcr.io/${{ github.repository_owner }}/nginx-securimage:latest
4 changes: 2 additions & 2 deletions .github/workflows/signal-build-push-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'master'
paths:
- 'comm/signal/**'
- 'signal/**'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -35,6 +35,6 @@ jobs:
name: Build and push
uses: docker/build-push-action@v2
with:
context: ./comm/signal
context: ./signal
push: true
tags: ghcr.io/${{ github.repository_owner }}/signal:latest
4 changes: 2 additions & 2 deletions .github/workflows/stunnel-build-push-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'master'
paths:
- 'net/stunnel/**'
- 'stunnel/**'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -35,6 +35,6 @@ jobs:
name: Build and push
uses: docker/build-push-action@v2
with:
context: ./net/stunnel
context: ./stunnel
push: true
tags: ghcr.io/${{ github.repository_owner }}/stunnel:latest
4 changes: 2 additions & 2 deletions .github/workflows/teams-build-push-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'master'
paths:
- 'comm/teams/**'
- 'teams/**'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -35,6 +35,6 @@ jobs:
name: Build and push
uses: docker/build-push-action@v2
with:
context: ./comm/teams
context: ./teams
push: true
tags: ghcr.io/${{ github.repository_owner }}/teams:latest
4 changes: 2 additions & 2 deletions .github/workflows/tunneler-build-push-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'master'
paths:
- 'services/tunneler/**'
- 'tunneler/**'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -35,6 +35,6 @@ jobs:
name: Build and push
uses: docker/build-push-action@v2
with:
context: ./services/tunneler
context: ./tunneler
push: true
tags: ghcr.io/${{ github.repository_owner }}/tunneler:latest
14 changes: 7 additions & 7 deletions .github/workflows/xfce-build-push-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'master'
paths:
- 'desktop/xfce/**'
- 'xfce/**'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -35,8 +35,8 @@ jobs:
name: Build and push base image
uses: docker/build-push-action@v2
with:
context: ./desktop/xfce
file: ./desktop/xfce/xfce-base.Dockerfile
context: ./xfce
file: ./xfce/xfce-base.Dockerfile
push: true
tags: ghcr.io/${{ github.repository_owner }}/xfce-base:latest
-
Expand All @@ -47,8 +47,8 @@ jobs:
name: Build and push plus image
uses: docker/build-push-action@v2
with:
context: ./desktop/xfce
file: ./desktop/xfce/Dockerfile
context: ./xfce
file: ./xfce/Dockerfile
push: true
tags: ghcr.io/${{ github.repository_owner }}/xfce:latest
-
Expand All @@ -59,7 +59,7 @@ jobs:
name: Build and push ext image
uses: docker/build-push-action@v2
with:
context: ./desktop/xfce
file: ./desktop/xfce/xfce-ext.Dockerfile
context: ./xfce
file: ./xfce/xfce-ext.Dockerfile
push: true
tags: ghcr.io/${{ github.repository_owner }}/xfce-ext:latest
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[submodule "services/espejo"]
path = services/espejo
path = espejo
url = https://github.com/mmguero/espejo
branch = main
[submodule "net/nginx-ldap"]
path = net/nginx-ldap
path = nginx-ldap
url = https://github.com/mmguero/nginx-ldap
branch = main
[submodule "infosec/zeek"]
path = infosec/zeek
path = zeek
url = https://github.com/mmguero/zeek-docker
branch = main
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM linuxserver/calibre-web

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/services/calibre-web'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/calibre-web'
LABEL org.opencontainers.image.source='https://github.com/mmguero/docker'
LABEL org.opencontainers.image.title='mmguero/calibre-web'
LABEL org.opencontainers.image.description='Dockerized Calibre-Web E-Book Server'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM linuxserver/calibre-web:arm32v7-latest

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/services/calibre-web'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/calibre-web'
LABEL org.opencontainers.image.source='https://github.com/mmguero/docker'
LABEL org.opencontainers.image.title='mmguero/calibre-web'
LABEL org.opencontainers.image.description='Dockerized Calibre-Web E-Book Server'
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion infosec/capa/Dockerfile → capa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:buster-slim

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/infosec/capa'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/capa'
LABEL org.opencontainers.image.source='https://github.com/mmguero/docker'
LABEL org.opencontainers.image.title='mmguero/capa'
LABEL org.opencontainers.image.description='Dockerized capa'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:buster-slim

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/services/mattermost'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/mattermost'
LABEL org.opencontainers.image.source='https://github.com/mmguero/docker'
LABEL org.opencontainers.image.title='mmguero/mattermost-server'
LABEL org.opencontainers.image.description='Dockerized Mattermost Server'
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion db/minikeyvalue/Dockerfile → minikeyvalue/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:latest

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/db/minikeyvalue'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/minikeyvalue'
LABEL org.opencontainers.image.source='https://github.com/mmguero/docker'
LABEL org.opencontainers.image.title='mmguero/minikeyvalue'
LABEL org.opencontainers.image.description='Dockerized minikeyvalue Key Value Store'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM nextcloud:latest

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/services/nextcloud'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/nextcloud'
LABEL org.opencontainers.image.source='https://github.com/mmguero/docker'
LABEL org.opencontainers.image.title='mmguero/nextcloud'
LABEL org.opencontainers.image.description='Dockerized Nextcloud'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM arm32v7/nextcloud:latest

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/services/nextcloud'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/nextcloud'
LABEL org.opencontainers.image.source='https://github.com/mmguero/docker'
LABEL org.opencontainers.image.title='mmguero/nextcloud'
LABEL org.opencontainers.image.description='Dockerized Nextcloud (arm32v7)'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM trafex/alpine-nginx-php7:latest

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/net/nginx-securimage'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/nginx-securimage'
LABEL org.opencontainers.image.source='https://github.com/mmguero/docker'
LABEL org.opencontainers.image.title='mmguero/nginx-securimage'
LABEL org.opencontainers.image.description='Dockerized NGINX with Securimage PHP Captcha'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion comm/signal/Dockerfile → signal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM debian:buster-slim

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/comm/signal'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/signal'
LABEL org.opencontainers.image.source='https://github.com/mmguero/docker'
LABEL org.opencontainers.image.title='mmguero/signal'
LABEL org.opencontainers.image.description='Dockerized Signal (X11)'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion net/stunnel/Dockerfile → stunnel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM vimagick/stunnel:latest

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/net/stunnel'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/stunnel'
LABEL org.opencontainers.image.source='https://github.com/mmguero/docker'
LABEL org.opencontainers.image.title='mmguero/stunnel'
LABEL org.opencontainers.image.description='Dockerized stunnel'
Expand Down
2 changes: 1 addition & 1 deletion comm/teams/Dockerfile → teams/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM debian:buster-slim

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/comm/teams'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/teams'
LABEL org.opencontainers.image.source='https://github.com/mmguero/docker'
LABEL org.opencontainers.image.title='mmguero/teams'
LABEL org.opencontainers.image.description='Dockerized Microsoft Teams (X11)'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion services/tunneler/Dockerfile → tunneler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:buster-slim

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/services/tunneler'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/tunneler'
LABEL org.opencontainers.image.source='https://github.com/mmguero/docker'
LABEL org.opencontainers.image.title='mmguero/tunneler'
LABEL org.opencontainers.image.description='Dockerized Tunneling Services'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 4f5c99a

Please sign in to comment.