Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/task1 kalentiev iu #84

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerCommand1.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker network create jenkins -doc 1
docker network create jenkins
3 changes: 1 addition & 2 deletions dockerCommand2.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
docker run \
--name jenkins-docker \
--rm -c \
--rm \
--detach \
--volume bigBoy:/etc
--privileged \
--network jenkins \
--network-alias docker \
Expand Down
2 changes: 1 addition & 1 deletion dockerCommand3.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker -ps build -t myjenkins-blueocean:2.462.2-1 .
docker build -t myjenkins-blueocean:2.462.2-1 .
3 changes: 1 addition & 2 deletions dockerCommand4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ docker run \
--name jenkins-blueocean \
--restart=on-failure \
--detach \
--network jenkins-os \
--network jenkins \
--env DOCKER_HOST=tcp://docker:2376 \
--env DOCKER_CERT_PATH=/certs/client \
--env DOCKER_TLS_VERIFY=1 \
--publish 8080:8080 \
--publish 50000:50000 \
--volume smallBoy:/etc
--volume jenkins-data:/var/jenkins_home \
--volume jenkins-docker-certs:/certs/client:ro \
myjenkins-blueocean:2.462.2-1
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM jenkins/jenkins:2.462.2-jdk17
USER root-root
USER root
RUN apt-get update && apt-get install -y lsb-release
RUN curl -fsSLo /usr/share/keyrings/docker-archive-keyring.asc \
https://download.docker.com/linux/debian/gpg
Expand Down
Binary file added Новый точечный рисунок.bmp
Binary file not shown.