403Webshell
Server IP : 15.235.198.142  /  Your IP : 216.73.216.17
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /snap/core24/current/snap/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /snap/core24/current/snap/manifest.yaml
snapcraft-version: 8.8.1
snapcraft-started-at: '2025-05-04T16:31:11.169957Z'
snapcraft-os-release-id: ubuntu
snapcraft-os-release-version-id: '24.04'
name: core24
version: '20250504'
summary: Runtime environment based on Ubuntu 24.04
description: |
  The base snap based on the Ubuntu 24.04 release.
base: null
grade: stable
confinement: strict
apps: null
parts:
  base:
    plugin: nil
    source: keyrings
    build-packages:
    - wget
    build-environment:
    - RELEASE: '24.04'
    - DOT_RELEASE: '2'
    - BASE: ubuntu-base-${RELEASE}${DOT_RELEASE:+.$DOT_RELEASE}-base-amd64.tar.gz
    - DIR_URL: https://cdimage.ubuntu.com/ubuntu-base/releases/${RELEASE}/release
    - URL: ${DIR_URL}/${BASE}
    - SHA256: ${DIR_URL}/SHA256SUMS
    - SIG: ${SHA256}.gpg
    override-pull: |
      craftctl default
      wget "${SHA256}" "${SIG}" "${URL}"
      gpg --no-default-keyring \
          --keyring ./cd-image-keying.gpg \
          --verify SHA256SUMS.gpg SHA256SUMS
      awk -v "file=${BASE}" '$2=="*"file' SHA256SUMS | sha256sum -c
    override-build: |
      mkdir -p "${CRAFT_PART_INSTALL}/base"
      tar -x --xattrs-include=* -f "${BASE}" -C "${CRAFT_PART_INSTALL}/base"
    override-stage: |
      rm -rf "/build/core24/stage/base"
      craftctl default
    override-prime: |
      # Do nothing
    stage-packages: []
    stage: []
    prime: []
  splash-theme:
    plugin: dump
    source: https://github.com/snapcore/plymouth-theme-ubuntu-core.git
    source-type: git
    organize:
      ubuntu-core: usr/share/plymouth/themes/ubuntu-core
      copyright: usr/share/doc/plymouth-theme-ubuntu-core/copyright
    stage:
    - -README.md
    stage-packages: []
    prime: []
    build-packages: []
  bootstrap:
    after:
    - base
    plugin: make
    source: .
    build-packages:
    - shellcheck
    - distro-info
    - python3-debian
    - python3-requests
    - python3-yaml
    override-pull: |
      craftctl default
      # detect whether we are doing a fips build on LP
      if git remote get-url origin | grep "fips"; then
        craftctl set version="$(/bin/date +%Y%m%d)+fips"
        echo "SNAP_FIPS_BUILD=1" > ./.fips-env
        echo "SNAP_BUILD_NAME=core24-fips" >> ./.fips-env
      else
        craftctl set version="$(/bin/date +%Y%m%d)"
        rm -f ./.fips-env
      fi
    override-prime: |
      craftctl default
      # ensure build-in tests are run
      cd ${CRAFT_PART_SRC} && make test TESTDIR=/build/core24/prime
    stage-packages: []
    stage: []
    prime: []
architectures:
- amd64
image-info:
  build-request-id: lp-98150259
  build-request-timestamp: '2025-05-04T16:19:59Z'
  build_url: https://launchpad.net/~ubuntu-core-service/+snap/core24/+build/2795460
build-packages: []
build-snaps: []
primed-stage-packages: []

Youez - 2016 - github.com/yon3zu
LinuXploit