Logo
Explore Help
Sign In
noccy/fresh
1
1
Fork 0
You've already forked fresh
Code Issues Pull Requests Packages Projects Releases 6 Wiki Activity
fresh/bin/freshdocker

15 lines
307 B
Plaintext
Raw Normal View History

Initial commit
2022-03-07 22:45:54 +01:00
#!/usr/bin/env php
<?php
require_once __DIR__."/../vendor/autoload.php";
Refactoring and cleanup * Moved logic from entrypoint to a dedicated class. * Disabled automatic flush of state. * Added locking support to prevent multiple instances. * Added logging * Added base interface for CredentialsLoader
2022-03-09 00:38:57 +01:00
if (file_exists(__DIR__."/../src/version.php")) {
require_once __DIR__."/../src/version.php";
} else {
define("APP_VERSION", "DEV");
Bugfixes and improvements * Implemented the --image option * Implemented the --write-state option to go with --check * Fixed bug in Lockfile class
2022-03-11 01:55:35 +01:00
define("BUILD_DATE", "src");
Initial commit
2022-03-07 22:45:54 +01:00
}
Refactoring and cleanup * Moved logic from entrypoint to a dedicated class. * Disabled automatic flush of state. * Added locking support to prevent multiple instances. * Added logging * Added base interface for CredentialsLoader
2022-03-09 00:38:57 +01:00
$r = new NoccyLabs\FreshDocker\Refresher();
$r->run();
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 74ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API NoccyLabs Privacy Policy