This website requires JavaScript.
Explore
Help
Register
Sign In
karmada-io
/
karmada
mirror of
https://github.com/karmada-io/karmada.git
Watch
1
Star
0
Fork
You've already forked karmada
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
40becff2a1
karmada
/
cluster
/
images
/
Dockerfile
8 lines
102 B
Docker
Raw
Blame
History
FROM
alpine:3.15.1
ARG
BINARY
RUN
apk add --no-cache ca-certificates
COPY
${
BINARY
}
/bin/
${
BINARY
}
Reference in New Issue
View Git Blame
Copy Permalink