Fossil SCM
Removed a reference to /etc/os-release from stage 2 of the Dockerfile. Commit [4cb5c03e] took care of stage 1 only.
Commit
4b41a7f8bdbe4550abfc6344792a48111ec8d0fe8ac88ed083bd69bb46b542c2
Parent
fff11fc60486f2d…
1 file changed
-1
-1
| --- Dockerfile | ||
| +++ Dockerfile | ||
| @@ -64,11 +64,10 @@ | ||
| 64 | 64 | ENV PATH "/bin:/usr/bin:/jail/bin" |
| 65 | 65 | |
| 66 | 66 | ### Lay BusyBox down as the first base layer. Coupled with the host's |
| 67 | 67 | ### kernel, this is the "OS." |
| 68 | 68 | COPY --from=builder /tmp/bbx/busybox /bin/ |
| 69 | -COPY --from=builder /etc/os-release /etc/ | |
| 70 | 69 | RUN [ "/bin/busybox", "--install", "/bin" ] |
| 71 | 70 | |
| 72 | 71 | ### Set up that base OS for our specific use without tying it to |
| 73 | 72 | ### anything likely to change often. So long as the user leaves |
| 74 | 73 | ### UID alone, this layer will be durable. |
| 75 | 74 |
| --- 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 |