mirror of
https://github.com/dockersrc/go
synced 2026-07-14 23:45:58 -04:00
- .env.scripts: synced version stamp to current template - Dockerfile: fixed trailing space in PACK_LIST; restored image.source LABEL to GitHub URL after gen-dockerfile mis-set it to Docker Hub - rootfs/usr/local/bin/entrypoint.sh: regenerated from current template - rootfs/usr/local/etc/docker/functions/entrypoint.sh: replaced from current template - rootfs/root/docker/setup/00-init.sh through 07-cleanup.sh: regenerated from current template - rootfs/etc/profile.d/go.sh: migrated to rootfs/tmp/etc/profile.d/go.sh per current rootfs layout - .gitignore: added rootfs/tmp/ exception so migrated rootfs/tmp files stay tracked Dockerfile .env.scripts .gitignore rootfs/etc/profile.d/go.sh rootfs/root/docker/setup/00-init.sh rootfs/root/docker/setup/01-system.sh rootfs/root/docker/setup/02-packages.sh rootfs/root/docker/setup/03-files.sh rootfs/root/docker/setup/04-users.sh rootfs/root/docker/setup/05-custom.sh rootfs/root/docker/setup/06-post.sh rootfs/root/docker/setup/07-cleanup.sh rootfs/tmp/ rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/etc/docker/functions/entrypoint.sh
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
# shellcheck shell=bash
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
##@Version : 202607092021-git
|
||||
##@Version : 202607112314-git
|
||||
# @@Author : CasjaysDev
|
||||
# @@Contact : CasjaysDev <docker-admin@casjaysdev.pro>
|
||||
# @@License : WTFPL
|
||||
# @@Copyright : Copyright 2026 CasjaysDev
|
||||
# @@Created : Thu Jul 9 08:21:33 PM EDT 2026
|
||||
# @@Created : Sat Jul 11 11:14:30 PM EDT 2026
|
||||
# @@File : 07-cleanup.sh
|
||||
# @@Description : script to run cleanup
|
||||
# @@Changelog : newScript
|
||||
|
||||
Reference in New Issue
Block a user