Skip to content

Commit 5a9d633

Browse files
committed
choice: point to ampbase repo
1 parent eb7dd4e commit 5a9d633

File tree

21 files changed

+36
-36
lines changed

21 files changed

+36
-36
lines changed

.github/workflows/base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
platforms: linux/amd64,linux/arm64/v8
4444
push: true
4545
tags: |
46-
cubecoders/amp:${{ matrix.base }}
46+
cubecoders/ampbase:${{ matrix.base }}
4747
cache-from: type=gha,scope=${{ github.workflow }}-${{ matrix.base }}
4848
cache-to: type=gha,mode=max,scope=${{ github.workflow }}-${{ matrix.base }}
4949
provenance: mode=max
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
username: ${{ vars.DOCKERHUB_USERNAME }}
5555
password: ${{ secrets.DOCKERHUB_TOKEN }}
56-
repository: cubecoders/amp
56+
repository: cubecoders/ampbase
5757
short-description: "Images for AMP's Docker instances."
5858

5959

.github/workflows/java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
platforms: linux/amd64,linux/arm64/v8
6868
push: true
6969
pull: true
70-
tags: cubecoders/amp:java-${{ matrix.java }}
70+
tags: cubecoders/ampbase:java-${{ matrix.java }}
7171
cache-from: type=gha,scope=${{ github.workflow }}-${{ matrix.java }}
7272
cache-to: type=gha,mode=max,scope=${{ github.workflow }}-${{ matrix.java }}
7373
provenance: mode=max

.github/workflows/mono.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
platforms: linux/amd64,linux/arm64/v8
6868
push: true
6969
pull: true
70-
tags: cubecoders/amp:mono-${{ matrix.mono }}
70+
tags: cubecoders/ampbase:mono-${{ matrix.mono }}
7171
cache-from: type=gha,scope=${{ github.workflow }}-${{ matrix.mono }}
7272
cache-to: type=gha,mode=max,scope=${{ github.workflow }}-${{ matrix.mono }}
7373
provenance: mode=max

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
platforms: linux/amd64,linux/arm64/v8
7474
push: true
7575
pull: true
76-
tags: cubecoders/amp:python-${{ matrix.python }}
76+
tags: cubecoders/ampbase:python-${{ matrix.python }}
7777
cache-from: type=gha,scope=${{ github.workflow }}-${{ matrix.python }}
7878
cache-to: type=gha,mode=max,scope=${{ github.workflow }}-${{ matrix.python }}
7979
provenance: mode=max

.github/workflows/wine.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
platforms: linux/amd64,linux/arm64/v8
6767
push: true
6868
pull: true
69-
tags: cubecoders/amp:wine-common
69+
tags: cubecoders/ampbase:wine-common
7070
cache-from: type=gha,scope=${{ github.workflow }}-common
7171
cache-to: type=gha,mode=max,scope=${{ github.workflow }}-common
7272
provenance: mode=max
@@ -103,7 +103,7 @@ jobs:
103103
platforms: linux/amd64,linux/arm64/v8
104104
push: true
105105
pull: true
106-
tags: cubecoders/amp:wine-${{ matrix.version }}
106+
tags: cubecoders/ampbase:wine-${{ matrix.version }}
107107
cache-from: |
108108
type=gha,scope=${{ github.workflow }}-wine-common
109109
type=gha,scope=${{ github.workflow }}-wine-${{ matrix.version }}

base/debian-13/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base Debian 13 image for AMP containers
2-
# cubecoders/amp:debian-13
2+
# cubecoders/ampbase:debian-13
33

44
FROM debian:trixie-slim
55

base/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base Debian 12 image for AMP containers
2-
# cubecoders/amp:debian
2+
# cubecoders/ampbase:debian
33

44
FROM debian:bookworm-slim
55

base/ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base Ubuntu 24.04 image for AMP containers
2-
# cubecoders/amp:ubuntu
2+
# cubecoders/ampbase:ubuntu
33

44
FROM ubuntu:noble
55

java/lts/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Java image for AMP containers including all Temurin LTS versions
2-
# cubecoders/amp:java-lts
2+
# cubecoders/ampbase:java-lts
33

4-
FROM cubecoders/amp:debian
4+
FROM cubecoders/ampbase:debian
55

66
LABEL org.opencontainers.image.licenses=MIT
77

mono/latest/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Mono image for AMP containers
2-
# cubecoders/amp:mono-latest
2+
# cubecoders/ampbase:mono-latest
33

4-
FROM cubecoders/amp:debian
4+
FROM cubecoders/ampbase:debian
55

66
LABEL org.opencontainers.image.licenses=MIT
77

0 commit comments

Comments
 (0)