FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sourcegraph/cmd/github-proxy/Dockerfile at main · tddschn/sourcegraph · GitHub
tddschn
/
sourcegraph
Public
forked from
sourcegraph/sourcegraph-public-snapshot
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
sourcegraph
/
cmd
/
github-proxy
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (16 loc) · 824 Bytes
Breadcrumbs
sourcegraph
/
cmd
/
github-proxy
/
Dockerfile
Copy path
File metadata and controls
20 lines (16 loc) · 824 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
13
14
15
16
17
18
19
20
#
This Dockerfile was generated from github.com/sourcegraph/godockerize. It
#
was not written by a human, and as such looks janky. As you change this
#
file, please don't be scared to make it more pleasant / remove hadolint
#
ignores.
FROM
sourcegraph/alpine-3.14:211375_2023-04-02_5.0-05ccd1762636@sha256:cd5089e0b0f7e5a5cd18996f5acd23cfa2bde33f6b7ffb9ace47f552941f0be2
ARG
COMMIT_SHA=
"unknown"
ARG
DATE=
"unknown"
ARG
VERSION=
"unknown"
LABEL
org.opencontainers.image.revision=${COMMIT_SHA}
LABEL
org.opencontainers.image.created=${DATE}
LABEL
org.opencontainers.image.version=${VERSION}
LABEL
com.sourcegraph.github.url=https://github.com/sourcegraph/sourcegraph/commit/${COMMIT_SHA}
ENV
LOG_REQUEST=true
USER
sourcegraph
ENTRYPOINT
[
"/sbin/tini"
,
"--"
,
"/usr/local/bin/github-proxy"
]
COPY
github-proxy /usr/local/bin/
Back
|
FazBrowse Home
|
New Git URL