Removal of installer image

This commit is contained in:
zontreck 2024-11-23 04:33:34 -07:00
parent fb1601bccd
commit 9568634240
4 changed files with 1 additions and 17 deletions

View file

@ -40,4 +40,4 @@ EXPOSE 7782/udp
EXPOSE 7782/tcp
USER container
USER container

3
Jenkinsfile vendored
View file

@ -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
'''
}
}

View file

@ -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 .

View file

@ -1,5 +0,0 @@
#!/bin/bash
cp /app/server /mnt/server/server
echo "Initial Install completed"