File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88LABEL org.opencontainers.image.title="debian ${BUILD_LANG} Build Container"
99LABEL org.opencontainers.image.description="debian Container for building ${BUILD_LANG} projects"
1010LABEL 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
1313COPY "${INSTALL_SCRIPT}" /usr/local/bin/install-packages.sh
1414RUN chmod +x /usr/local/bin/install-packages.sh
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ARG VERIFY_SCRIPT=""
99LABEL org.opencontainers.image.title="${BUILD_LANG} Build Container"
1010LABEL org.opencontainers.image.description="Container for building ${BUILD_LANG} projects"
1111LABEL 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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG INSTALL_SCRIPT=""
88LABEL org.opencontainers.image.title="${BUILD_LANG} Build Container"
99LABEL org.opencontainers.image.description="OpenSUSE Container for building ${BUILD_LANG} projects"
1010LABEL 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
1414COPY "${INSTALL_SCRIPT}" /usr/local/bin/install-packages.sh
Original file line number Diff line number Diff line change 88LABEL org.opencontainers.image.title="ubuntu ${BUILD_LANG} Build Container"
99LABEL org.opencontainers.image.description="ubuntu Container for building ${BUILD_LANG} projects"
1010LABEL 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
1313COPY "${INSTALL_SCRIPT}" /usr/local/bin/install-packages.sh
1414RUN chmod +x /usr/local/bin/install-packages.sh
You can’t perform that action at this time.
0 commit comments