Skip to content

Commit f11608f

Browse files
authored
[docker] Updated devbox install links for docker images (#2011)
## Summary Updated devbox install link for docker image. After merging this we will release a new docker image, and that should upgrade the launcher version to 0.2.2. Currently, docker images have 0.2.1 or 0.2.0 for launchers due to devbox image being built and pushed to dockerhub before launcher changes. ## How was it tested? N/A
1 parent 01eb3fd commit f11608f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/devbox/generate/tmpl/DevboxImageDockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN . ~/.nix-profile/etc/profile.d/nix.sh
1818
ENV PATH="/home/${DEVBOX_USER}/.nix-profile/bin:$PATH"
1919

2020
# Step 3: Installing devbox
21-
RUN wget --quiet --output-document=/dev/stdout https://get.jetpack.io/devbox | bash -s -- -f
21+
RUN wget --quiet --output-document=/dev/stdout https://get.jetify.com/devbox | bash -s -- -f
2222
RUN chown -R "${DEVBOX_USER}:${DEVBOX_USER}" /usr/local/bin/devbox
2323

2424
CMD ["devbox", "version"]

internal/devbox/generate/tmpl/DevboxImageDockerfileRootUser

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ RUN . ~/.nix-profile/etc/profile.d/nix.sh
1212
ENV PATH="/root/.nix-profile/bin:$PATH"
1313

1414
# Step 3: Installing devbox
15-
RUN wget --quiet --output-document=/dev/stdout https://get.jetpack.io/devbox | bash -s -- -f
15+
RUN wget --quiet --output-document=/dev/stdout https://get.jetify.com/devbox | bash -s -- -f
1616

1717
CMD ["devbox", "version"]

0 commit comments

Comments
 (0)