FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
docker-python/renderizer/Dockerfile at main · Kaggle/docker-python · GitHub
Kaggle
/
docker-python
Public
Notifications
You must be signed in to change notification settings
Fork
1k
Star
2.7k
Code
Issues
25
Pull requests
8
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
docker-python
/
renderizer
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (10 loc) · 336 Bytes
Breadcrumbs
docker-python
/
renderizer
/
Dockerfile
Copy path
File metadata and controls
12 lines (10 loc) · 336 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
#
Image used to generate the Dockerfiles from a Go text template.
#
#
Build:
#
docker build --rm --pull -t gcr.io/kaggle-images/go-renderizer -f Dockerfile .
#
#
Push:
#
docker push gcr.io/kaggle-images/go-renderizer
FROM
golang:1.17
RUN
go install github.com/gomatic/renderizer/v2/cmd/renderizer@v2.0.13
ENTRYPOINT
[
"renderizer"
]
Back
|
FazBrowse Home
|
New Git URL