Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
fff7f10d
Unverified
Commit
fff7f10d
authored
Nov 09, 2022
by
Nicolas Giard
Committed by
GitHub
Nov 09, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: add purge droplet-agent to DO packer script
parent
f77c6953
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
900-cleanup.sh
dev/packer/scripts/900-cleanup.sh
+5
-3
No files found.
dev/packer/scripts/900-cleanup.sh
View file @
fff7f10d
...
...
@@ -8,14 +8,16 @@ if [[ ! -d /tmp ]]; then
fi
chmod
1777 /tmp
export
DEBIAN_FRONTEND
=
noninteractive
apt-get
-y
update
apt-get
-y
upgrade
apt-get
-o
Dpkg::Options::
=
"--force-confold"
upgrade
-q
-y
--force-yes
apt-get purge droplet-agent
apt-get
-y
autoremove
apt-get
-y
autoclean
rm
-rf
/tmp/
*
/var/tmp/
*
history
-c
cat
/dev/null
>
/root/.bash_history
unset
HISTFILE
apt-get
-y
autoremove
apt-get
-y
autoclean
find /var/log
-mtime
-1
-type
f
-exec
truncate
-s
0
{}
\;
rm
-rf
/var/log/
*
.gz /var/log/
*
.[0-9] /var/log/
*
-????????
rm
-rf
/var/lib/cloud/instances/
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment