This website works better with JavaScript.
Home
Explore
Vladimir Smagin
DEB repository
Return to Blog
Help
Sign In
21h
/
redis-operator
Watch
1
Star
1
Fork
0
Code
Issues
1
Pull Requests
0
Releases
2
Activity
Browse Source
move to ubuntu image
master
Vladimir Smagin
1 year ago
parent
dbfe1d4949
commit
93a6a24e66
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Dockerfile
+ 1
- 1
Dockerfile
View File
@ -11,7 +11,7 @@ WORKDIR /app/operator/cmd/manager
RUN
CGO_ENABLED
=
0
go build -mod
=
vendor
RUN
go install -mod
=
vendor
FROM
alpine:3.11
FROM
ubuntu:18.04
COPY
--from
=
0
/go/bin/manager /usr/bin/redis-operator
Write
Preview
Loading…
Cancel
Save