Skip to content

Commit 5d0188d

Browse files
committed
Moving supported images to resolute.
1 parent 35d8faf commit 5d0188d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

clang-21/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ARG release=noble
1+
ARG release=resolute
22
ARG distro=ubuntu
33
FROM $distro:$release
4-
MAINTAINER Thomas Kent <docker@teeks99.com>
4+
LABEL org.opencontainers.image.authors="Thomas Kent <docker@teeks99.com>"
55
ARG llvmver=21
66

77
RUN echo staring build with $release \

clang-22/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ARG release=noble
1+
ARG release=resolute
22
ARG distro=ubuntu
33
FROM $distro:$release
4-
MAINTAINER Thomas Kent <docker@teeks99.com>
4+
LABEL org.opencontainers.image.authors="Thomas Kent <docker@teeks99.com>"
55
ARG llvmver=22
66

77
RUN echo staring build with $release \

clang-23/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG release=noble
1+
ARG release=resolute
22
ARG distro=ubuntu
33
FROM $distro:$release
44
LABEL org.opencontainers.image.authors="Thomas Kent <docker@teeks99.com>"

0 commit comments

Comments
 (0)