mirror of
https://github.com/casjaysdevdocker/gitea
synced 2026-09-24 18:49:58 -04:00
.gitea/workflows/docker.yaml rootfs/tmp/etc/docker/daemon.json
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
name: gitea
|
name: gitea
|
||||||
|
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-gitea:
|
release-gitea:
|
||||||
@@ -65,4 +67,3 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
${{ steps.meta.outputs.DOCKER_HUB }}/${{ steps.meta.outputs.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.DATE_TAG }}
|
${{ steps.meta.outputs.DOCKER_HUB }}/${{ steps.meta.outputs.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.DATE_TAG }}
|
||||||
${{ steps.meta.outputs.DOCKER_HUB }}/${{ steps.meta.outputs.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.DOCKER_TAG }}
|
${{ steps.meta.outputs.DOCKER_HUB }}/${{ steps.meta.outputs.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.DOCKER_TAG }}
|
||||||
|
|
||||||
|
|||||||
@@ -5,11 +5,14 @@
|
|||||||
"experimental": true,
|
"experimental": true,
|
||||||
"pidfile": "/tmp/docker.pid",
|
"pidfile": "/tmp/docker.pid",
|
||||||
"cgroup-parent": "/docker",
|
"cgroup-parent": "/docker",
|
||||||
"storage-driver": "fuse-overlayfs",
|
"storage-driver": "vfs",
|
||||||
|
"insecure-registries": ["localhost"],
|
||||||
|
"features": {
|
||||||
|
"containerd-snapshotter": false
|
||||||
|
},
|
||||||
"default-address-pools": [
|
"default-address-pools": [
|
||||||
{"base": "172.17.0.0/12", "size": 24},
|
{ "base": "172.17.0.0/12", "size": 24 },
|
||||||
{"base": "192.168.0.0/16", "size": 24},
|
{ "base": "192.168.0.0/16", "size": 24 },
|
||||||
{"base": "10.0.0.0/8", "size": 24}
|
{ "base": "10.0.0.0/8", "size": 24 }
|
||||||
],
|
]
|
||||||
"insecure-registries": ["localhost"]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user