Replace alpine packages with data.forgejo.org/oci/alpine latest
This commit is contained in:
parent
736c1dd909
commit
69ceb0cb6c
3 changed files with 3 additions and 3 deletions
|
|
@ -3,6 +3,6 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: code.forgejo.org/oci/alpine:3.21
|
image: data.forgejo.org/oci/alpine:3.21
|
||||||
steps:
|
steps:
|
||||||
- run: grep Alpine /etc/os-release
|
- run: grep Alpine /etc/os-release
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
needs: [sh-fallback]
|
needs: [sh-fallback]
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: code.forgejo.org/oci/alpine:latest
|
image: data.forgejo.org/oci/alpine:latest
|
||||||
steps:
|
steps:
|
||||||
- name: default is bash but with a fallback to sh in case it does not exist
|
- name: default is bash but with a fallback to sh in case it does not exist
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
forgejo:
|
forgejo:
|
||||||
image: code.forgejo.org/oci/alpine:latest
|
image: data.forgejo.org/oci/alpine:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./forgejo/certs/:/usr/local/share/ca-certificates/
|
- ./forgejo/certs/:/usr/local/share/ca-certificates/
|
||||||
- ./forgejo/init/:/init/
|
- ./forgejo/init/:/init/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue