Skip to content

Commit 15f55bf

Browse files
committed
images: reflect new github org in project url
buildbox recently moved to a new github org x TheBuildBox. Reflect this in the image url in the cobtainer images. Signed-off-by: Michael Adam <[email protected]>
1 parent 45f5229 commit 15f55bf

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Containerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL maintainer="Michael Adam <[email protected]>"
88
LABEL org.opencontainers.image.title="debian ${BUILD_LANG} Build Container"
99
LABEL org.opencontainers.image.description="debian Container for building ${BUILD_LANG} projects"
1010
LABEL org.opencontainers.image.vendor="buildbox"
11-
LABEL org.opencontainers.image.url="https://github.com/obnoxxx/buildbox"
11+
LABEL org.opencontainers.image.url="https://github.com/TheBuildBox/buildbox"
1212

1313
COPY "${INSTALL_SCRIPT}" /usr/local/bin/install-packages.sh
1414
RUN chmod +x /usr/local/bin/install-packages.sh

Containerfile.fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG VERIFY_SCRIPT=""
99
LABEL org.opencontainers.image.title="${BUILD_LANG} Build Container"
1010
LABEL org.opencontainers.image.description="Container for building ${BUILD_LANG} projects"
1111
LABEL org.opencontainers.image.vendor="buildbox"
12-
LABEL org.opencontainers.image.url="https://github.com/obnoxxx/buildbox"
12+
LABEL org.opencontainers.image.url="https://github.com/TheBuildBox/buildbox"
1313

1414

1515

Containerfile.suse

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG INSTALL_SCRIPT=""
88
LABEL org.opencontainers.image.title="${BUILD_LANG} Build Container"
99
LABEL org.opencontainers.image.description="OpenSUSE Container for building ${BUILD_LANG} projects"
1010
LABEL org.opencontainers.image.vendor="buildbox"
11-
LABEL org.opencontainers.image.url="https://github.com/obnoxxx/buildbox"
11+
LABEL org.opencontainers.image.url="https://github.com/TheBuildBox/buildbox"
1212

1313

1414
COPY "${INSTALL_SCRIPT}" /usr/local/bin/install-packages.sh

Containerfile.ubuntu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL maintainer="Michael Adam <[email protected]>"
88
LABEL org.opencontainers.image.title="ubuntu ${BUILD_LANG} Build Container"
99
LABEL org.opencontainers.image.description="ubuntu Container for building ${BUILD_LANG} projects"
1010
LABEL org.opencontainers.image.vendor="buildbox"
11-
LABEL org.opencontainers.image.url="https://github.com/obnoxxx/buildbox"
11+
LABEL org.opencontainers.image.url="https://github.com/TheBuildBox/buildbox"
1212

1313
COPY "${INSTALL_SCRIPT}" /usr/local/bin/install-packages.sh
1414
RUN chmod +x /usr/local/bin/install-packages.sh

0 commit comments

Comments
 (0)