Removal of installer image
This commit is contained in:
parent
fb1601bccd
commit
9568634240
4 changed files with 1 additions and 17 deletions
|
@ -40,4 +40,4 @@ EXPOSE 7782/udp
|
|||
EXPOSE 7782/tcp
|
||||
|
||||
|
||||
USER container
|
||||
USER container
|
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -50,9 +50,6 @@ pipeline {
|
|||
|
||||
docker build -t git.zontreck.com/ariascreations/conanservermanager:stable $(pwd)
|
||||
docker push git.zontreck.com/ariascreations/conanservermanager:stable
|
||||
|
||||
docker build -t git.zontreck.com/ariascreations/conanservermanager:installer docker_images/installer
|
||||
docker push git.zontreck.com/ariascreations/conanservermanager:installer
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
FROM git.zontreck.com/ariascreations/conanservermanager:stable
|
||||
|
||||
RUN echo "Welcome to the Server Installer"
|
||||
|
||||
EXPOSE 25306/tcp
|
||||
|
||||
WORKDIR /app
|
||||
COPY ./install.sh .
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
cp /app/server /mnt/server/server
|
||||
|
||||
echo "Initial Install completed"
|
Loading…
Add table
Add a link
Reference in a new issue