add label dev.containers.timestamp
All checks were successful
/ build-docker-image (push) Successful in 10s

This commit is contained in:
2025-11-19 22:42:11 +00:00
parent 3e370d8d7a
commit 225a05dde2

View File

@@ -60,5 +60,9 @@ RUN chsh -s /usr/bin/zsh vscode
RUN git clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git /home/vscode/.oh-my-zsh/custom/plugins/fast-syntax-highlighting RUN git clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git /home/vscode/.oh-my-zsh/custom/plugins/fast-syntax-highlighting
RUN git clone https://github.com/zsh-users/zsh-autosuggestions /home/vscode/.oh-my-zsh/custom/plugins/zsh-autosuggestions RUN git clone https://github.com/zsh-users/zsh-autosuggestions /home/vscode/.oh-my-zsh/custom/plugins/zsh-autosuggestions
# --- copy assets ---
COPY ./assets/.zshrc /home/vscode COPY ./assets/.zshrc /home/vscode
# --- labels ---
LABEL dev.containers.timestamp="$(date -u +'%Y-%m-%dT%H:%M:%SZ')"