Update publish path for yolks
This commit is contained in:
parent
80b4136206
commit
ccb9cda720
9 changed files with 88 additions and 88 deletions
108
Jenkinsfile
vendored
108
Jenkinsfile
vendored
|
@ -20,10 +20,10 @@ pipeline {
|
|||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:alpine base/alpine
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:debian base/debian
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:ubuntu base/ubuntu
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:arch base/arch
|
||||
docker build -t git.zontreck.com/packages/yolks:alpine base/alpine
|
||||
docker build -t git.zontreck.com/packages/yolks:debian base/debian
|
||||
docker build -t git.zontreck.com/packages/yolks:ubuntu base/ubuntu
|
||||
docker build -t git.zontreck.com/packages/yolks:arch base/arch
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
@ -39,10 +39,10 @@ pipeline {
|
|||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
docker push git.zontreck.com/ariascreations/yolks:alpine
|
||||
docker push git.zontreck.com/ariascreations/yolks:debian
|
||||
docker push git.zontreck.com/ariascreations/yolks:ubuntu
|
||||
docker push git.zontreck.com/ariascreations/yolks:arch
|
||||
docker push git.zontreck.com/packages/yolks:alpine
|
||||
docker push git.zontreck.com/packages/yolks:debian
|
||||
docker push git.zontreck.com/packages/yolks:ubuntu
|
||||
docker push git.zontreck.com/packages/yolks:arch
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
@ -58,8 +58,8 @@ pipeline {
|
|||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:dart_stable dart/stable
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:dart_3.3 dart/3.3
|
||||
docker build -t git.zontreck.com/packages/yolks:dart_stable dart/stable
|
||||
docker build -t git.zontreck.com/packages/yolks:dart_3.3 dart/3.3
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
@ -75,8 +75,8 @@ pipeline {
|
|||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
docker push git.zontreck.com/ariascreations/yolks:dart_stable
|
||||
docker push git.zontreck.com/ariascreations/yolks:dart_3.3
|
||||
docker push git.zontreck.com/packages/yolks:dart_stable
|
||||
docker push git.zontreck.com/packages/yolks:dart_3.3
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
@ -92,12 +92,12 @@ pipeline {
|
|||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:jdk8 java/8
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:jdk11 java/11
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:jdk16 java/16
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:jdk17 java/17
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:jdk19 java/19
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:jdk21 java/21
|
||||
docker build -t git.zontreck.com/packages/yolks:jdk8 java/8
|
||||
docker build -t git.zontreck.com/packages/yolks:jdk11 java/11
|
||||
docker build -t git.zontreck.com/packages/yolks:jdk16 java/16
|
||||
docker build -t git.zontreck.com/packages/yolks:jdk17 java/17
|
||||
docker build -t git.zontreck.com/packages/yolks:jdk19 java/19
|
||||
docker build -t git.zontreck.com/packages/yolks:jdk21 java/21
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
@ -113,12 +113,12 @@ pipeline {
|
|||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
docker push git.zontreck.com/ariascreations/yolks:jdk8
|
||||
docker push git.zontreck.com/ariascreations/yolks:jdk11
|
||||
docker push git.zontreck.com/ariascreations/yolks:jdk16
|
||||
docker push git.zontreck.com/ariascreations/yolks:jdk17
|
||||
docker push git.zontreck.com/ariascreations/yolks:jdk19
|
||||
docker push git.zontreck.com/ariascreations/yolks:jdk21
|
||||
docker push git.zontreck.com/packages/yolks:jdk8
|
||||
docker push git.zontreck.com/packages/yolks:jdk11
|
||||
docker push git.zontreck.com/packages/yolks:jdk16
|
||||
docker push git.zontreck.com/packages/yolks:jdk17
|
||||
docker push git.zontreck.com/packages/yolks:jdk19
|
||||
docker push git.zontreck.com/packages/yolks:jdk21
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
@ -134,11 +134,11 @@ pipeline {
|
|||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:wine_8.0 wine/8.0
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:wine_8.21 wine/8.21
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:wine_9.0 wine/9.0
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:wine_9.16 wine/9.16
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:wine_9.21 wine/9.21
|
||||
docker build -t git.zontreck.com/packages/yolks:wine_8.0 wine/8.0
|
||||
docker build -t git.zontreck.com/packages/yolks:wine_8.21 wine/8.21
|
||||
docker build -t git.zontreck.com/packages/yolks:wine_9.0 wine/9.0
|
||||
docker build -t git.zontreck.com/packages/yolks:wine_9.16 wine/9.16
|
||||
docker build -t git.zontreck.com/packages/yolks:wine_9.21 wine/9.21
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
@ -154,11 +154,11 @@ pipeline {
|
|||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
docker push git.zontreck.com/ariascreations/yolks:wine_8.0
|
||||
docker push git.zontreck.com/ariascreations/yolks:wine_8.21
|
||||
docker push git.zontreck.com/ariascreations/yolks:wine_9.0
|
||||
docker push git.zontreck.com/ariascreations/yolks:wine_9.16
|
||||
docker push git.zontreck.com/ariascreations/yolks:wine_9.21
|
||||
docker push git.zontreck.com/packages/yolks:wine_8.0
|
||||
docker push git.zontreck.com/packages/yolks:wine_8.21
|
||||
docker push git.zontreck.com/packages/yolks:wine_9.0
|
||||
docker push git.zontreck.com/packages/yolks:wine_9.16
|
||||
docker push git.zontreck.com/packages/yolks:wine_9.21
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
@ -174,9 +174,9 @@ pipeline {
|
|||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:installers_alpine installers/alpine
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:installers_debian installers/debian
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:installers_ubuntu installers/ubuntu
|
||||
docker build -t git.zontreck.com/packages/yolks:installers_alpine installers/alpine
|
||||
docker build -t git.zontreck.com/packages/yolks:installers_debian installers/debian
|
||||
docker build -t git.zontreck.com/packages/yolks:installers_ubuntu installers/ubuntu
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
@ -192,9 +192,9 @@ pipeline {
|
|||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
docker push git.zontreck.com/ariascreations/yolks:installers_alpine
|
||||
docker push git.zontreck.com/ariascreations/yolks:installers_debian
|
||||
docker push git.zontreck.com/ariascreations/yolks:installers_ubuntu
|
||||
docker push git.zontreck.com/packages/yolks:installers_alpine
|
||||
docker push git.zontreck.com/packages/yolks:installers_debian
|
||||
docker push git.zontreck.com/packages/yolks:installers_ubuntu
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
@ -210,13 +210,13 @@ pipeline {
|
|||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:steamcmd_debian steamcmd/debian
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:steamcmd_dotnet steamcmd/dotnet
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:steamcmd_proton steamcmd/proton
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:steamcmd_proton9_13 steamcmd/proton_9.13
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:steamcmd_proton8 steamcmd/proton_8
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:steamcmd_sniper steamcmd/sniper
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:steamcmd_ubuntu steamcmd/ubuntu
|
||||
docker build -t git.zontreck.com/packages/yolks:steamcmd_debian steamcmd/debian
|
||||
docker build -t git.zontreck.com/packages/yolks:steamcmd_dotnet steamcmd/dotnet
|
||||
docker build -t git.zontreck.com/packages/yolks:steamcmd_proton steamcmd/proton
|
||||
docker build -t git.zontreck.com/packages/yolks:steamcmd_proton9_13 steamcmd/proton_9.13
|
||||
docker build -t git.zontreck.com/packages/yolks:steamcmd_proton8 steamcmd/proton_8
|
||||
docker build -t git.zontreck.com/packages/yolks:steamcmd_sniper steamcmd/sniper
|
||||
docker build -t git.zontreck.com/packages/yolks:steamcmd_ubuntu steamcmd/ubuntu
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
@ -232,13 +232,13 @@ pipeline {
|
|||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
docker push git.zontreck.com/ariascreations/yolks:steamcmd_debian
|
||||
docker push git.zontreck.com/ariascreations/yolks:steamcmd_dotnet
|
||||
docker push git.zontreck.com/ariascreations/yolks:steamcmd_proton
|
||||
docker push git.zontreck.com/ariascreations/yolks:steamcmd_proton9_13
|
||||
docker push git.zontreck.com/ariascreations/yolks:steamcmd_proton8
|
||||
docker push git.zontreck.com/ariascreations/yolks:steamcmd_sniper
|
||||
docker push git.zontreck.com/ariascreations/yolks:steamcmd_ubuntu
|
||||
docker push git.zontreck.com/packages/yolks:steamcmd_debian
|
||||
docker push git.zontreck.com/packages/yolks:steamcmd_dotnet
|
||||
docker push git.zontreck.com/packages/yolks:steamcmd_proton
|
||||
docker push git.zontreck.com/packages/yolks:steamcmd_proton9_13
|
||||
docker push git.zontreck.com/packages/yolks:steamcmd_proton8
|
||||
docker push git.zontreck.com/packages/yolks:steamcmd_sniper
|
||||
docker push git.zontreck.com/packages/yolks:steamcmd_ubuntu
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM git.zontreck.com/ariascreations/buildenvironments:debianbuild AS BUILDER
|
||||
FROM git.zontreck.com/packages/debian:build AS BUILDER
|
||||
|
||||
WORKDIR /
|
||||
RUN git clone https://github.com/bitcoin/bitcoin
|
||||
|
@ -12,7 +12,7 @@ RUN cmake ..
|
|||
RUN make -j$(nproc)
|
||||
|
||||
|
||||
FROM git.zontreck.com/ariascreations/buildenvironments:debianbuild
|
||||
FROM git.zontreck.com/packages/debian:build
|
||||
|
||||
WORKDIR /app
|
||||
COPY --from=BUILDER /bitcoin/build/src/bitcoind ./bitcoind
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM git.zontreck.com/ariascreations/buildenvironments:debianbuild
|
||||
FROM git.zontreck.com/packages/debian:build
|
||||
|
||||
USER root
|
||||
WORKDIR /root
|
||||
|
|
52
build.sh
52
build.sh
|
@ -1,43 +1,43 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:alpine base/alpine
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:debian base/debian
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:ubuntu base/ubuntu
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:arch base/arch
|
||||
docker build -t git.zontreck.com/packages/yolks:alpine base/alpine
|
||||
docker build -t git.zontreck.com/packages/yolks:debian base/debian
|
||||
docker build -t git.zontreck.com/packages/yolks:ubuntu base/ubuntu
|
||||
docker build -t git.zontreck.com/packages/yolks:arch base/arch
|
||||
|
||||
|
||||
# Build dart containers
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:dart_stable dart/stable
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:dart_3.3 dart/3.3
|
||||
docker build -t git.zontreck.com/packages/yolks:dart_stable dart/stable
|
||||
docker build -t git.zontreck.com/packages/yolks:dart_3.3 dart/3.3
|
||||
|
||||
# Build java containers
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:jdk8 java/8
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:jdk11 java/11
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:jdk16 java/16
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:jdk17 java/17
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:jdk19 java/19
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:jdk21 java/21
|
||||
docker build -t git.zontreck.com/packages/yolks:jdk8 java/8
|
||||
docker build -t git.zontreck.com/packages/yolks:jdk11 java/11
|
||||
docker build -t git.zontreck.com/packages/yolks:jdk16 java/16
|
||||
docker build -t git.zontreck.com/packages/yolks:jdk17 java/17
|
||||
docker build -t git.zontreck.com/packages/yolks:jdk19 java/19
|
||||
docker build -t git.zontreck.com/packages/yolks:jdk21 java/21
|
||||
|
||||
# Build wine
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:wine_8.0 wine/8.0
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:wine_8.21 wine/8.21
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:wine_9.0 wine/9.0
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:wine_9.16 wine/9.16
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:wine_9.16 wine/9.21
|
||||
docker build -t git.zontreck.com/packages/yolks:wine_8.0 wine/8.0
|
||||
docker build -t git.zontreck.com/packages/yolks:wine_8.21 wine/8.21
|
||||
docker build -t git.zontreck.com/packages/yolks:wine_9.0 wine/9.0
|
||||
docker build -t git.zontreck.com/packages/yolks:wine_9.16 wine/9.16
|
||||
docker build -t git.zontreck.com/packages/yolks:wine_9.16 wine/9.21
|
||||
|
||||
# Installers
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:installers_alpine installers/alpine
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:installers_debian installers/debian
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:installers_ubuntu installers/ubuntu
|
||||
docker build -t git.zontreck.com/packages/yolks:installers_alpine installers/alpine
|
||||
docker build -t git.zontreck.com/packages/yolks:installers_debian installers/debian
|
||||
docker build -t git.zontreck.com/packages/yolks:installers_ubuntu installers/ubuntu
|
||||
|
||||
# SteamCmd Containers
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:steamcmd_debian steamcmd/debian
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:steamcmd_dotnet steamcmd/dotnet
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:steamcmd_proton steamcmd/proton
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:steamcmd_proton8 steamcmd/proton_8
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:steamcmd_sniper steamcmd/sniper
|
||||
docker build -t git.zontreck.com/ariascreations/yolks:steamcmd_ubuntu steamcmd/ubuntu
|
||||
docker build -t git.zontreck.com/packages/yolks:steamcmd_debian steamcmd/debian
|
||||
docker build -t git.zontreck.com/packages/yolks:steamcmd_dotnet steamcmd/dotnet
|
||||
docker build -t git.zontreck.com/packages/yolks:steamcmd_proton steamcmd/proton
|
||||
docker build -t git.zontreck.com/packages/yolks:steamcmd_proton8 steamcmd/proton_8
|
||||
docker build -t git.zontreck.com/packages/yolks:steamcmd_sniper steamcmd/sniper
|
||||
docker build -t git.zontreck.com/packages/yolks:steamcmd_ubuntu steamcmd/ubuntu
|
||||
|
||||
|
||||
# Bitcoin
|
||||
|
|
|
@ -12,7 +12,7 @@ WORKDIR /opt/wine
|
|||
RUN wget https://ci.zontreck.com/job/ThirdParty/job/Wine/job/8.0/lastSuccessfulBuild/artifact/wine.tgz
|
||||
RUN tar -xvf wine.tgz && rm wine.tgz
|
||||
|
||||
FROM git.zontreck.com/ariascreations/yolks:debian
|
||||
FROM git.zontreck.com/packages/yolks:debian
|
||||
|
||||
LABEL author="Tara Piccari" maintainer="tarapiccari@gmail.com"
|
||||
LABEL upstream="https://github.com/pelican-eggs/yolks"
|
||||
|
|
|
@ -12,7 +12,7 @@ WORKDIR /opt/wine
|
|||
RUN wget https://ci.zontreck.com/job/ThirdParty/job/Wine/job/8.21/lastSuccessfulBuild/artifact/wine.tgz
|
||||
RUN tar -xvf wine.tgz && rm wine.tgz
|
||||
|
||||
FROM git.zontreck.com/ariascreations/yolks:debian
|
||||
FROM git.zontreck.com/packages/yolks:debian
|
||||
|
||||
LABEL author="Tara Piccari" maintainer="tarapiccari@gmail.com"
|
||||
LABEL upstream="https://github.com/pelican-eggs/yolks"
|
||||
|
|
|
@ -12,7 +12,7 @@ WORKDIR /opt/wine
|
|||
RUN wget https://ci.zontreck.com/job/ThirdParty/job/Wine/job/9.0/lastSuccessfulBuild/artifact/wine.tgz
|
||||
RUN tar -xvf wine.tgz && rm wine.tgz
|
||||
|
||||
FROM git.zontreck.com/ariascreations/yolks:debian
|
||||
FROM git.zontreck.com/packages/yolks:debian
|
||||
|
||||
LABEL author="Tara Piccari" maintainer="tarapiccari@gmail.com"
|
||||
LABEL upstream="https://github.com/pelican-eggs/yolks"
|
||||
|
|
|
@ -12,7 +12,7 @@ WORKDIR /opt/wine
|
|||
RUN wget https://ci.zontreck.com/job/ThirdParty/job/Wine/job/9.16/lastSuccessfulBuild/artifact/wine.tgz
|
||||
RUN tar -xvf wine.tgz && rm wine.tgz
|
||||
|
||||
FROM git.zontreck.com/ariascreations/yolks:debian
|
||||
FROM git.zontreck.com/packages/yolks:debian
|
||||
|
||||
LABEL author="Tara Piccari" maintainer="tarapiccari@gmail.com"
|
||||
LABEL upstream="https://github.com/pelican-eggs/yolks"
|
||||
|
|
|
@ -12,7 +12,7 @@ WORKDIR /opt/wine
|
|||
RUN wget https://ci.zontreck.com/job/ThirdParty/job/Wine/job/9.21/lastSuccessfulBuild/artifact/wine.tgz
|
||||
RUN tar -xvf wine.tgz && rm wine.tgz
|
||||
|
||||
FROM git.zontreck.com/ariascreations/yolks:debian
|
||||
FROM git.zontreck.com/packages/yolks:debian
|
||||
|
||||
LABEL author="Tara Piccari" maintainer="tarapiccari@gmail.com"
|
||||
LABEL upstream="https://github.com/pelican-eggs/yolks"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue