File tree 3 files changed +13
-1
lines changed
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "recommendations" : [
3
+ " ms-vscode.vscode-github-issue-notebooks"
4
+ ]
5
+ }
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1
2
2
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
4
4
# Instead of using Alpine base image and then installing Python from pkgs.al.o,
5
5
# we'll go with the official images instead.
6
6
Original file line number Diff line number Diff line change 2
2
3
3
A Docker-based development environment for package maintainers in Alpine Linux distribution, based off the ` edge ` branch for the builds.
4
4
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
+
5
12
## Usage
6
13
7
14
> [ !WARNING]
You can’t perform that action at this time.
0 commit comments