diff options
Diffstat (limited to 'straper/db/public/docker/inspect/forgejo.json')
| -rw-r--r-- | straper/db/public/docker/inspect/forgejo.json | 275 |
1 files changed, 0 insertions, 275 deletions
diff --git a/straper/db/public/docker/inspect/forgejo.json b/straper/db/public/docker/inspect/forgejo.json deleted file mode 100644 index 8f2624a..0000000 --- a/straper/db/public/docker/inspect/forgejo.json +++ /dev/null @@ -1,275 +0,0 @@ -{ - "Id": "452f0403dbb2ca046cc732d6e09e6e3deb0105cbaa90b8a38f3008fd7e72c6a6", - "Created": "2026-03-17T21:52:44.450036638Z", - "Path": "/usr/bin/entrypoint", - "Args": [ - "/usr/bin/s6-svscan", - "/etc/s6" - ], - "State": { - "Status": "running", - "Running": true, - "Paused": false, - "Restarting": false, - "OOMKilled": false, - "Dead": false, - "Pid": 1137949, - "ExitCode": 0, - "Error": "", - "StartedAt": "2026-03-18T07:54:26.526214925Z", - "FinishedAt": "2026-03-18T07:54:26.221640083Z" - }, - "Image": "sha256:8f4b1f86750e206824c669e1af17b6c6e8da9ed1a8ebda615db7526ee86d3eb2", - "ResolvConfPath": "/var/lib/docker/containers/452f0403dbb2ca046cc732d6e09e6e3deb0105cbaa90b8a38f3008fd7e72c6a6/resolv.conf", - "HostnamePath": "/var/lib/docker/containers/452f0403dbb2ca046cc732d6e09e6e3deb0105cbaa90b8a38f3008fd7e72c6a6/hostname", - "HostsPath": "/var/lib/docker/containers/452f0403dbb2ca046cc732d6e09e6e3deb0105cbaa90b8a38f3008fd7e72c6a6/hosts", - "LogPath": "/var/lib/docker/containers/452f0403dbb2ca046cc732d6e09e6e3deb0105cbaa90b8a38f3008fd7e72c6a6/452f0403dbb2ca046cc732d6e09e6e3deb0105cbaa90b8a38f3008fd7e72c6a6-json.log", - "Name": "/forgejo", - "RestartCount": 0, - "Driver": "overlayfs", - "Platform": "linux", - "MountLabel": "", - "ProcessLabel": "", - "AppArmorProfile": "docker-default", - "ExecIDs": null, - "HostConfig": { - "Binds": [ - "/srv/forgejo/data:/data:rw", - "/etc/localtime:/etc/localtime:ro" - ], - "ContainerIDFile": "", - "LogConfig": { - "Type": "json-file", - "Config": {} - }, - "NetworkMode": "compose_default", - "PortBindings": { - "22/tcp": [ - { - "HostIp": "0.0.0.0", - "HostPort": "2222" - } - ], - "3000/tcp": [ - { - "HostIp": "0.0.0.0", - "HostPort": "3300" - } - ] - }, - "RestartPolicy": { - "Name": "unless-stopped", - "MaximumRetryCount": 0 - }, - "AutoRemove": false, - "VolumeDriver": "", - "VolumesFrom": null, - "ConsoleSize": [ - 0, - 0 - ], - "CapAdd": null, - "CapDrop": null, - "CgroupnsMode": "private", - "Dns": null, - "DnsOptions": null, - "DnsSearch": null, - "ExtraHosts": [], - "GroupAdd": null, - "IpcMode": "private", - "Cgroup": "", - "Links": null, - "OomScoreAdj": 0, - "PidMode": "", - "Privileged": false, - "PublishAllPorts": false, - "ReadonlyRootfs": false, - "SecurityOpt": null, - "UTSMode": "", - "UsernsMode": "", - "ShmSize": 67108864, - "Runtime": "runc", - "Isolation": "", - "CpuShares": 0, - "Memory": 0, - "NanoCpus": 0, - "CgroupParent": "", - "BlkioWeight": 0, - "BlkioWeightDevice": null, - "BlkioDeviceReadBps": null, - "BlkioDeviceWriteBps": null, - "BlkioDeviceReadIOps": null, - "BlkioDeviceWriteIOps": null, - "CpuPeriod": 0, - "CpuQuota": 0, - "CpuRealtimePeriod": 0, - "CpuRealtimeRuntime": 0, - "CpusetCpus": "", - "CpusetMems": "", - "Devices": null, - "DeviceCgroupRules": null, - "DeviceRequests": null, - "MemoryReservation": 0, - "MemorySwap": 0, - "MemorySwappiness": null, - "OomKillDisable": null, - "PidsLimit": null, - "Ulimits": null, - "CpuCount": 0, - "CpuPercent": 0, - "IOMaximumIOps": 0, - "IOMaximumBandwidth": 0, - "MaskedPaths": [ - "/proc/acpi", - "/proc/asound", - "/proc/interrupts", - "/proc/kcore", - "/proc/keys", - "/proc/latency_stats", - "/proc/sched_debug", - "/proc/scsi", - "/proc/timer_list", - "/proc/timer_stats", - "/sys/devices/virtual/powercap", - "/sys/firmware", - "/sys/devices/system/cpu/cpu0/thermal_throttle", - "/sys/devices/system/cpu/cpu1/thermal_throttle", - "/sys/devices/system/cpu/cpu2/thermal_throttle", - "/sys/devices/system/cpu/cpu3/thermal_throttle" - ], - "ReadonlyPaths": [ - "/proc/bus", - "/proc/fs", - "/proc/irq", - "/proc/sys", - "/proc/sysrq-trigger" - ] - }, - "Storage": { - "RootFS": { - "Snapshot": { - "Name": "overlayfs" - } - } - }, - "Mounts": [ - { - "Type": "bind", - "Source": "/srv/forgejo/data", - "Destination": "/data", - "Mode": "rw", - "RW": true, - "Propagation": "rprivate" - }, - { - "Type": "bind", - "Source": "/etc/localtime", - "Destination": "/etc/localtime", - "Mode": "ro", - "RW": false, - "Propagation": "rprivate" - } - ], - "Config": { - "Hostname": "452f0403dbb2", - "Domainname": "", - "User": "", - "AttachStdin": false, - "AttachStdout": true, - "AttachStderr": true, - "ExposedPorts": { - "22/tcp": {}, - "3000/tcp": {} - }, - "Tty": false, - "OpenStdin": false, - "StdinOnce": false, - "Cmd": [ - "/usr/bin/s6-svscan", - "/etc/s6" - ], - "Image": "codeberg.org/forgejo/forgejo:14", - "Volumes": { - "/data": {} - }, - "WorkingDir": "/", - "Entrypoint": [ - "/usr/bin/entrypoint" - ], - "Labels": { - "com.docker.compose.config-hash": "4955d4818a9253dde80b8e9e0b5b096a3a9b66d37ac5adf3fdcf58f070f6862c", - "com.docker.compose.container-number": "1", - "com.docker.compose.depends_on": "", - "com.docker.compose.image": "sha256:8f4b1f86750e206824c669e1af17b6c6e8da9ed1a8ebda615db7526ee86d3eb2", - "com.docker.compose.oneoff": "False", - "com.docker.compose.project": "compose", - "com.docker.compose.project.config_files": "/srv/forgejo/compose/docker-compose.yml", - "com.docker.compose.project.working_dir": "/srv/forgejo/compose", - "com.docker.compose.replace": "forgejo", - "com.docker.compose.service": "forgejo", - "com.docker.compose.version": "5.1.0", - "maintainer": "contact@forgejo.org", - "org.opencontainers.image.authors": "Forgejo", - "org.opencontainers.image.description": "Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.", - "org.opencontainers.image.documentation": "https://forgejo.org/download/#container-image", - "org.opencontainers.image.licenses": "GPL-3.0-or-later", - "org.opencontainers.image.source": "https://codeberg.org/forgejo/forgejo", - "org.opencontainers.image.title": "Forgejo. Beyond coding. We forge.", - "org.opencontainers.image.url": "https://forgejo.org", - "org.opencontainers.image.vendor": "Forgejo", - "org.opencontainers.image.version": "14.0.3" - } - }, - "NetworkSettings": { - "SandboxID": "dde1d0ba5a5a176a59e5371e2459f52335b41cb8e879a09b2b49ff43233f958e", - "SandboxKey": "/var/run/docker/netns/dde1d0ba5a5a", - "Ports": { - "22/tcp": [ - { - "HostIp": "0.0.0.0", - "HostPort": "2222" - } - ], - "3000/tcp": [ - { - "HostIp": "0.0.0.0", - "HostPort": "3300" - } - ] - }, - "Networks": { - "compose_default": { - "IPAMConfig": null, - "Links": null, - "Aliases": [ - "forgejo", - "forgejo" - ], - "DriverOpts": null, - "GwPriority": 0, - "NetworkID": "8f7fc81a0600f5b4f204e238fd7d45f8a04980bf11596c31053b0bc8e264d59d", - "EndpointID": "57d51a852e98321d5ba529d51960f4965f7168a7cbd24a2f0702b1d3fa2880c8", - "Gateway": "172.30.0.1", - "IPAddress": "172.30.0.2", - "MacAddress": "2a:1a:36:91:fa:5c", - "IPPrefixLen": 16, - "IPv6Gateway": "", - "GlobalIPv6Address": "", - "GlobalIPv6PrefixLen": 0, - "DNSNames": [ - "forgejo", - "452f0403dbb2" - ] - } - } - }, - "ImageManifestDescriptor": { - "mediaType": "application/vnd.oci.image.manifest.v1+json", - "digest": "sha256:7157553545bb69f546bebad253847f44b6a3f9d5dbecd49cc7d7118818067820", - "size": 2000, - "platform": { - "architecture": "amd64", - "os": "linux" - } - } -} |
