Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Dockerfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
shore
Dockerfiles
Commits
21c89d3a
Commit
21c89d3a
authored
2 months ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Workbench: Update Docker Compose.
parent
e53b60e7
No related branches found
No related tags found
No related merge requests found
Pipeline
#4317
failed
1 month ago
Stage: build-base
Stage: deploy-base
Stage: build
Stage: deploy
Stage: .post
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
workbench/Dockerfile
+2
-1
2 additions, 1 deletion
workbench/Dockerfile
with
2 additions
and
1 deletion
workbench/Dockerfile
+
2
−
1
View file @
21c89d3a
...
...
@@ -44,6 +44,7 @@ RUN apt-get update && \
dnsutils
\
docker-buildx-plugin
\
docker-cli
\
docker-compose-plugin
\
dos2unix
\
easy-rsa
\
entr
\
...
...
@@ -173,6 +174,7 @@ RUN apt-get update && \
zip
\
&&
\
rm
/etc/ssh/ssh_host_
*
&&
\
ln
-s
/usr/libexec/docker/cli-plugins/docker-compose /usr/local/bin/docker-compose
&&
\
rm
-rf
/tmp/
*
/var/tmp/
*
/var/lib/apt/lists/
*
/var/cache/apt/archives/
*
ENV
PIPX_HOME /opt/pipx
ENV
PIPX_BIN_DIR /opt/pipx/bin
...
...
@@ -285,7 +287,6 @@ RUN export GOPATH=/usr/local/lib/go && \
rm
-rf
/tmp/
*
/var/tmp/
*
~/.cache/
*
# hadolint ignore=SC2263
RUN
install
-m
0755 <
(
curl https://raw.githubusercontent.com/rabbitmq/rabbitmq-server/v3.12.6/deps/rabbitmq_management/bin/rabbitmqadmin
)
/usr/local/bin/rabbitmqadmin
&&
\
install
-m
0755 <
(
curl
"https://github.com/docker/compose/releases/download/v2.22.0/docker-compose-linux-
$(
uname
-m
)
"
)
/usr/local/bin/docker-compose
&&
\
install
-m
0755 <
(
curl
"https://github.com/genuinetools/reg/releases/download/v0.16.1/reg-
$(
go
env
GOOS
)
-
$(
go
env
GOARCH
)
"
)
/usr/local/bin/reg
&&
\
install
-m
0755 <
(
curl
"https://github.com/rancher/rke/releases/download/v1.4.10/rke_
$(
go
env
GOOS
)
-
$(
go
env
GOARCH
)
"
)
/usr/local/bin/rke
&&
\
install
-m
0755 <
(
curl
"https://pkgx.sh/Linux/
$(
uname
-m
)
"
)
/usr/local/bin/pkgx
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment