mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-25 07:53:43 +03:00
Compare commits
7 commits
5ab1d70bba
...
30481de4ce
Author | SHA1 | Date | |
---|---|---|---|
![]() |
30481de4ce | ||
![]() |
ad92546bd2 | ||
![]() |
ca55b86aaa | ||
![]() |
ec452b557b | ||
![]() |
cf6979a9fd | ||
![]() |
fb26852e2c | ||
![]() |
feb1f93ad7 |
|
@ -7,7 +7,7 @@
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers/features/python:1": {
|
"ghcr.io/devcontainers/features/python:1": {
|
||||||
"installTools": true,
|
"installTools": true,
|
||||||
"version": "3.11"
|
"version": "3.13"
|
||||||
},
|
},
|
||||||
"ghcr.io/devcontainers-contrib/features/black:2": {
|
"ghcr.io/devcontainers-contrib/features/black:2": {
|
||||||
"version": "24.4.1"
|
"version": "24.4.1"
|
||||||
|
|
20
anvil/poetry.lock
generated
20
anvil/poetry.lock
generated
|
@ -146,13 +146,13 @@ files = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ansible-compat"
|
name = "ansible-compat"
|
||||||
version = "25.1.3"
|
version = "25.1.5"
|
||||||
description = "Ansible compatibility goodies"
|
description = "Ansible compatibility goodies"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.10"
|
python-versions = ">=3.10"
|
||||||
files = [
|
files = [
|
||||||
{file = "ansible_compat-25.1.3-py3-none-any.whl", hash = "sha256:d2b54060e11ae98bdf6c0969fa50608d2ebd7fd58ed771c3dba4023d42f3d2c8"},
|
{file = "ansible_compat-25.1.5-py3-none-any.whl", hash = "sha256:066c280b02e12eedcacfb3390a3e459c4d325bb9971f86bd6486b25d1d1f161d"},
|
||||||
{file = "ansible_compat-25.1.3.tar.gz", hash = "sha256:bf1601d2f65a735ce1f1aa055336bab4451dadb28e0443e78a7b0155ecc153f8"},
|
{file = "ansible_compat-25.1.5.tar.gz", hash = "sha256:1dd35c21ba0301c93b19fe2bb3aa2caa2a630a05373a103adcc2621465f8da6a"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -186,18 +186,18 @@ resolvelib = ">=0.5.3,<1.1.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ansible-lint"
|
name = "ansible-lint"
|
||||||
version = "25.1.3"
|
version = "25.2.1"
|
||||||
description = "Checks playbooks for practices and behavior that could potentially be improved"
|
description = "Checks playbooks for practices and behavior that could potentially be improved"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.10"
|
python-versions = ">=3.10"
|
||||||
files = [
|
files = [
|
||||||
{file = "ansible_lint-25.1.3-py3-none-any.whl", hash = "sha256:b68b2149423246ec6369be86df2b79e3555b2b71507e4f7915671ec77381fa2b"},
|
{file = "ansible_lint-25.2.1-py3-none-any.whl", hash = "sha256:d3993cb7b5705d381edc26bf74c2c06edd10f8479bcd8ada0647364ef6ae88c8"},
|
||||||
{file = "ansible_lint-25.1.3.tar.gz", hash = "sha256:ff92b31c83a2366381907e21c9a9d4de57f0cd7574e9943ea1b7e32b371f31a2"},
|
{file = "ansible_lint-25.2.1.tar.gz", hash = "sha256:ec4b1fcfa8bef13f547feefa22ea6864defd902b3a267ef8f4c5341976f45ff1"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
ansible-compat = ">=25.1.3"
|
ansible-compat = ">=25.1.5"
|
||||||
ansible-core = ">=2.16.0"
|
ansible-core = ">=2.16.11"
|
||||||
black = ">=24.3.0"
|
black = ">=24.3.0"
|
||||||
filelock = ">=3.8.2"
|
filelock = ">=3.8.2"
|
||||||
importlib-metadata = "*"
|
importlib-metadata = "*"
|
||||||
|
@ -215,8 +215,8 @@ wcmatch = [
|
||||||
yamllint = ">=1.34.0"
|
yamllint = ">=1.34.0"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
docs = ["mkdocs-ansible (>=24.12.0)", "uv (>=0.5.5)"]
|
docs = ["mkdocs-ansible (>=24.12.0)"]
|
||||||
test = ["black", "coverage-enable-subprocess", "coverage[toml] (>=6.4.4)", "jmespath", "license-expression (>=30.3.0)", "mypy", "netaddr", "pip", "psutil", "pylint", "pytest (>=7.2.2)", "pytest-instafail (>=0.5.0)", "pytest-mock", "pytest-plus (>=0.6)", "pytest-xdist[psutil,setproctitle] (>=2.1.0)", "ruamel-yaml-clib", "ruamel.yaml (>=0.17.31)", "tox (>=4.0.0)", "types-jsonschema", "types-pyyaml"]
|
test = ["black", "coverage-enable-subprocess", "coverage[toml] (>=6.4.4)", "ipdb", "ipython", "jmespath", "license-expression (>=30.3.0)", "mypy", "netaddr", "pip", "psutil", "pylint", "pytest (>=7.2.2)", "pytest-instafail (>=0.5.0)", "pytest-mock", "pytest-plus (>=0.6)", "pytest-sugar", "pytest-xdist[psutil,setproctitle] (>=2.1.0)", "ruamel-yaml-clib", "ruamel.yaml (>=0.17.31)", "tox (>=4.0.0)", "tox (>=4.24.2)", "tox-extra (>=2.1)", "tox-uv (>=1.25)", "types-jsonschema", "types-pyyaml"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ansible-runner"
|
name = "ansible-runner"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Source Image
|
# Source Image
|
||||||
FROM docker.io/library/registry:2.8
|
FROM docker.io/library/registry:3.0
|
||||||
|
|
||||||
# Configure TLS certificates
|
# Configure TLS certificates
|
||||||
ENV REGISTRY_HTTP_TLS_CERTIFICATE="/certs/cert.pem"
|
ENV REGISTRY_HTTP_TLS_CERTIFICATE="/certs/cert.pem"
|
||||||
|
|
Loading…
Reference in a new issue