Update package URLs
This commit is contained in:
parent
29cb76f287
commit
feeac161f5
4 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM git.zontreck.com/ariascreations/buildenvironments:flutter AS BUILDER
|
||||
FROM git.zontreck.com/packages/flutter:latest AS BUILDER
|
||||
# Obtain the Flutter SDK
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
@ -8,7 +8,7 @@ WORKDIR /app
|
|||
RUN PATH=$PATH:/flutter/bin /bin/bash /app/compile.sh
|
||||
|
||||
|
||||
FROM git.zontreck.com/ariascreations/buildenvironments:debian AS RCONBUILD
|
||||
FROM git.zontreck.com/packages/debian:base AS RCONBUILD
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
@ -20,7 +20,7 @@ WORKDIR /app/mcrcon
|
|||
RUN make
|
||||
|
||||
|
||||
FROM git.zontreck.com/ariascreations/yolks:wine_8.0
|
||||
FROM git.zontreck.com/packages/yolks:wine_8.0
|
||||
|
||||
|
||||
WORKDIR /app
|
||||
|
|
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -50,8 +50,8 @@ pipeline {
|
|||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
docker build -t git.zontreck.com/ariascreations/conanservermanager:stable $(pwd)
|
||||
docker push git.zontreck.com/ariascreations/conanservermanager:stable
|
||||
docker build -t git.zontreck.com/packages/conanservermanager:latest $(pwd)
|
||||
docker push git.zontreck.com/packages/conanservermanager:latest
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,10 +22,10 @@ if [ -f RELEASE ]
|
|||
then
|
||||
docker login git.zontreck.com
|
||||
|
||||
docker build -t git.zontreck.com/ariascreations/conanservermanager:stable $(pwd)
|
||||
docker push git.zontreck.com/ariascreations/conanservermanager:stable
|
||||
docker build -t git.zontreck.com/packages/conanservermanager:latest $(pwd)
|
||||
docker push git.zontreck.com/packages/conanservermanager:latest
|
||||
|
||||
docker build -t git.zontreck.com/ariascreations/conanservermanager:installer docker_images/installer
|
||||
docker push git.zontreck.com/ariascreations/conanservermanager:installer
|
||||
docker build -t git.zontreck.com/packages/conanservermanager:installer docker_images/installer
|
||||
docker push git.zontreck.com/packages/conanservermanager:installer
|
||||
|
||||
fi
|
|
@ -38,7 +38,7 @@ dependencies:
|
|||
dio:
|
||||
crypto:
|
||||
libac_dart:
|
||||
hosted: https://git.zontreck.com/api/packages/AriasCreations/pub/
|
||||
hosted: https://git.zontreck.com/api/packages/Packages/pub/
|
||||
version: ^1.4.020325+1215
|
||||
|
||||
dev_dependencies:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue