Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hostware-vnc-proxy
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
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
hostware-vnc-proxy
Commits
67674ca5
Commit
67674ca5
authored
8 months ago
by
Renovate Bot
Browse files
Options
Downloads
Patches
Plain Diff
Update jonasled.dev/infra/images/scratch-rootless Docker digest to b29ee91
parent
51afef2b
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!27
Update jonasled.dev/infra/images/scratch-rootless Docker digest to b29ee91
Pipeline
#56133
passed
8 months ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
+
1
−
1
View file @
67674ca5
...
@@ -8,7 +8,7 @@ RUN go mod download
...
@@ -8,7 +8,7 @@ RUN go mod download
COPY
./ ./
COPY
./ ./
RUN
CGO_ENABLED
=
0
GOOS
=
linux xx-go build
-ldflags
"-w -s"
-o
/vncproxy
RUN
CGO_ENABLED
=
0
GOOS
=
linux xx-go build
-ldflags
"-w -s"
-o
/vncproxy
FROM
jonasled.dev/infra/images/scratch-rootless@sha256:
6c31376413f821438ff272ad2f69c0c22fdb932f7df07d1136324560141b0cd8
FROM
jonasled.dev/infra/images/scratch-rootless@sha256:
b29ee9170c65f2825d77f1c8d97c6ae138f76fb3a150454eb6eb87e7767fba4b
ENV
GIN_MODE=release
ENV
GIN_MODE=release
COPY
--from=build /vncproxy /vncproxy
COPY
--from=build /vncproxy /vncproxy
ENTRYPOINT
["/vncproxy"]
ENTRYPOINT
["/vncproxy"]
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