You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# Dev proxy — build custom Caddy from source on UBI (passes EC)
2
-
FROM registry.access.redhat.com/ubi9/go-toolset:latest@sha256:a2ba4645e7c424b08aa83ed7792e279683b0d33acbc5131b18183fd21e336c55 AS dev-proxy-builder
2
+
FROM registry.access.redhat.com/ubi9/go-toolset:latest@sha256:49f5929f6674d75377902ddcc2f46baf7a5cfcaada2497ee43f66e090943afd6 AS dev-proxy-builder
3
3
COPY dev-proxy/ /tmp/dev-proxy/
4
4
RUN cd /tmp/dev-proxy \
5
5
&& go build -o /tmp/caddy .
6
6
7
7
# Build executor thin client (gh/glab shim that forwards via UDS to proxy sidecar)
8
-
FROM registry.access.redhat.com/ubi9/go-toolset:latest@sha256:a2ba4645e7c424b08aa83ed7792e279683b0d33acbc5131b18183fd21e336c55 AS executor-client-builder
8
+
FROM registry.access.redhat.com/ubi9/go-toolset:latest@sha256:49f5929f6674d75377902ddcc2f46baf7a5cfcaada2497ee43f66e090943afd6 AS executor-client-builder
9
9
WORKDIR /build
10
10
COPY proxy/executor/ .
11
11
RUN go mod download \
@@ -168,12 +168,6 @@ RUN cd .claude/skills/push-and-pr \
Copy file name to clipboardExpand all lines: Dockerfile.runner
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@
8
8
# instance/ — (optional) extra files, COPYed to /home/botuser/app/instance/
9
9
10
10
# Dev proxy — build custom Caddy from source on UBI
11
-
FROM registry.access.redhat.com/ubi9/go-toolset:latest@sha256:a2ba4645e7c424b08aa83ed7792e279683b0d33acbc5131b18183fd21e336c55 AS dev-proxy-builder
11
+
FROM registry.access.redhat.com/ubi9/go-toolset:latest@sha256:49f5929f6674d75377902ddcc2f46baf7a5cfcaada2497ee43f66e090943afd6 AS dev-proxy-builder
12
12
COPY dev-bot/dev-proxy/ /tmp/dev-proxy/
13
13
RUN cd /tmp/dev-proxy \
14
14
&& go build -o /tmp/caddy .
15
15
16
16
# Build executor thin client (gh/glab shim that forwards via UDS to proxy sidecar)
17
-
FROM registry.access.redhat.com/ubi9/go-toolset:latest@sha256:a2ba4645e7c424b08aa83ed7792e279683b0d33acbc5131b18183fd21e336c55 AS executor-client-builder
17
+
FROM registry.access.redhat.com/ubi9/go-toolset:latest@sha256:49f5929f6674d75377902ddcc2f46baf7a5cfcaada2497ee43f66e090943afd6 AS executor-client-builder
0 commit comments