Skip to content

Commit acff81f

Browse files
committed
chore(docker): commit things to version control from the backburner
Signed-off-by: Andrei Jiroh Halili <[email protected]>
1 parent cda6adf commit acff81f

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.vscode/extensions.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"recommendations": [
3+
"ms-vscode.vscode-github-issue-notebooks"
4+
]
5+
}

docker/mkdocs-material/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22
ARG GITLAB_DEPENDENCY_PROXY_PATH=mau.dev/andreijiroh-dev
3-
FROM ${GITLAB_DEPENDENCY_PROXY_PATH}/dependency_proxy/containers/python:3.12-alpine AS buildkit
3+
FROM ${GITLAB_DEPENDENCY_PROXY_PATH}/dependency_proxy/containers/python:3.13-alpine AS buildkit
44
# Instead of using Alpine base image and then installing Python from pkgs.al.o,
55
# we'll go with the official images instead.
66

docker/pkgops-alpine/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
A Docker-based development environment for package maintainers in Alpine Linux distribution, based off the `edge` branch for the builds.
44

5+
## Docker image URLs
6+
7+
* GHCR: `ghcr.io/andreijiroh-dev/docker-images/pkgops-alpine`
8+
* GLCR: `dock.mau.dev/andreijiroh-dev/docker-images/pkgops-alpine`
9+
* RHQCR: `quay.io/andreijiroh-dev/pkgops-alpine`
10+
* Docker Hub: `ajhalili2006/pkgops-alpine`
11+
512
## Usage
613

714
> [!WARNING]

0 commit comments

Comments
 (0)