Skip to content

Commit

Permalink
Docker: updated dev.x86_64.stable Docker image w/ adv_plat prebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
storypku committed Mar 16, 2021
1 parent 05b225d commit 3e33348
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/build/build_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function determine_prev_image_timestamp() {
fi
elif [[ "${stage}" == "runtime" ]]; then
if [[ "${dist}" == "stable" ]]; then
result="20210312_1536"
result="20210315_2158"
fi
fi
else # aarch64
Expand Down
2 changes: 1 addition & 1 deletion docker/scripts/dev_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ DEV_INSIDE="in-dev-docker"
SUPPORTED_ARCHS=(x86_64 aarch64)
TARGET_ARCH="$(uname -m)"

VERSION_X86_64="dev-x86_64-18.04-20210312_1536"
VERSION_X86_64="dev-x86_64-18.04-20210315_2158"
TESTING_VERSION_X86_64="dev-x86_64-18.04-testing-20210112_0008"

VERSION_AARCH64="dev-aarch64-18.04-20201218_0030"
Expand Down
2 changes: 1 addition & 1 deletion docker/scripts/runtime_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUNTIME_INSIDE="in-runtime-docker"

TARGET_ARCH="$(uname -m)"

VERSION_X86_64="dev-x86_64-18.04-20210312_1536"
VERSION_X86_64="dev-x86_64-18.04-20210315_2158"
USER_VERSION_OPT=

FAST_MODE="no"
Expand Down

0 comments on commit 3e33348

Please sign in to comment.