Fossil SCM

Removed a reference to /etc/os-release from stage 2 of the Dockerfile. Commit [4cb5c03e] took care of stage 1 only.

wyoung 2023-03-24 05:23 trunk
Commit 4b41a7f8bdbe4550abfc6344792a48111ec8d0fe8ac88ed083bd69bb46b542c2
1 file changed -1
-1
--- Dockerfile
+++ Dockerfile
@@ -64,11 +64,10 @@
6464
ENV PATH "/bin:/usr/bin:/jail/bin"
6565
6666
### Lay BusyBox down as the first base layer. Coupled with the host's
6767
### kernel, this is the "OS."
6868
COPY --from=builder /tmp/bbx/busybox /bin/
69
-COPY --from=builder /etc/os-release /etc/
7069
RUN [ "/bin/busybox", "--install", "/bin" ]
7170
7271
### Set up that base OS for our specific use without tying it to
7372
### anything likely to change often. So long as the user leaves
7473
### UID alone, this layer will be durable.
7574
--- Dockerfile
+++ Dockerfile
@@ -64,11 +64,10 @@
64 ENV PATH "/bin:/usr/bin:/jail/bin"
65
66 ### Lay BusyBox down as the first base layer. Coupled with the host's
67 ### kernel, this is the "OS."
68 COPY --from=builder /tmp/bbx/busybox /bin/
69 COPY --from=builder /etc/os-release /etc/
70 RUN [ "/bin/busybox", "--install", "/bin" ]
71
72 ### Set up that base OS for our specific use without tying it to
73 ### anything likely to change often. So long as the user leaves
74 ### UID alone, this layer will be durable.
75
--- Dockerfile
+++ Dockerfile
@@ -64,11 +64,10 @@
64 ENV PATH "/bin:/usr/bin:/jail/bin"
65
66 ### Lay BusyBox down as the first base layer. Coupled with the host's
67 ### kernel, this is the "OS."
68 COPY --from=builder /tmp/bbx/busybox /bin/
 
69 RUN [ "/bin/busybox", "--install", "/bin" ]
70
71 ### Set up that base OS for our specific use without tying it to
72 ### anything likely to change often. So long as the user leaves
73 ### UID alone, this layer will be durable.
74

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button