Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature #1580, Docker Image #1794

Merged
merged 83 commits into from
May 22, 2022
Merged

Feature #1580, Docker Image #1794

merged 83 commits into from
May 22, 2022

Commits on Mar 13, 2022

  1. building docker image in workflows

    Aleks committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    ecc8bee View commit details
    Browse the repository at this point in the history
  2. ls

    Aleks committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    a55bae3 View commit details
    Browse the repository at this point in the history
  3. cd dev

    Aleks committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    0df8067 View commit details
    Browse the repository at this point in the history
  4. checkout

    Aleks committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    12d3e6f View commit details
    Browse the repository at this point in the history
  5. removing debug output

    Aleks committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    18f75ca View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. nightly version

    Aleks committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    ac8acae View commit details
    Browse the repository at this point in the history
  2. docker login

    Aleks committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    99e27dc View commit details
    Browse the repository at this point in the history
  3. docker secret

    Aleks committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    902f251 View commit details
    Browse the repository at this point in the history
  4. pushing to docker hub

    Aleks committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    7777e91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d193fa4 View commit details
    Browse the repository at this point in the history
  6. docker readme

    Aleks committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    96e559c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f32567b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b90c916 View commit details
    Browse the repository at this point in the history
  9. using DOCKER_USERNAME and DOCKER_PASSWORD

    Aleks committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    dec8521 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    12980d2 View commit details
    Browse the repository at this point in the history
  11. using DOCKER_USERNAME and DOCKER_PASSWORD

    Aleks committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    c0122b7 View commit details
    Browse the repository at this point in the history
  12. adding nightly tag

    Aleks committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    e1859ba View commit details
    Browse the repository at this point in the history
  13. verified adding nightly tag

    Aleks committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    3e896f7 View commit details
    Browse the repository at this point in the history
  14. corrected user name ref

    Aleks committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    9f877c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. run via schedule again

    Aleks committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    433d55a View commit details
    Browse the repository at this point in the history
  2. more specific job name

    Aleks committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    bb6f9f2 View commit details
    Browse the repository at this point in the history
  3. divided job into simpler steps

    Aleks committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    eb6fd6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8cf75a View commit details
    Browse the repository at this point in the history
  5. testing pipeline for publishing

    Aleks committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    dad1ba5 View commit details
    Browse the repository at this point in the history
  6. preparing for linux containers

    Aleks committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    3450cc2 View commit details
    Browse the repository at this point in the history
  7. triggering on yaml change

    Aleks committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    f5b9651 View commit details
    Browse the repository at this point in the history
  8. password in quoutes

    Aleks committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    46ec4f2 View commit details
    Browse the repository at this point in the history
  9. testing publishing script with parameters

    Aleks committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    19c8a63 View commit details
    Browse the repository at this point in the history
  10. no ` needed for pwsh jobs

    Aleks committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    e757923 View commit details
    Browse the repository at this point in the history
  11. Getting docker tags via Invoke-RestMethod

    Aleks committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    80e54c3 View commit details
    Browse the repository at this point in the history
  12. show every unpublished image

    Aleks committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    6a8e714 View commit details
    Browse the repository at this point in the history
  13. fixed version comparisons

    Aleks committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    1d5ed1e View commit details
    Browse the repository at this point in the history
  14. publishin all not prereleases

    Aleks committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    f8c886c View commit details
    Browse the repository at this point in the history
  15. safer manipulating with :

    Aleks committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    57fb24e View commit details
    Browse the repository at this point in the history
  16. replacing quotes

    Aleks committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    e10069a View commit details
    Browse the repository at this point in the history
  17. universal docker file

    Aleks committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    7083145 View commit details
    Browse the repository at this point in the history
  18. using universal dockerfile instead of special

    Aleks committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    5fe379f View commit details
    Browse the repository at this point in the history
  19. listing published images with 10k limit

    Aleks committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    5023a9b View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. release only running via schedule

    Aleks committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    f3df357 View commit details
    Browse the repository at this point in the history
  2. updated base image version

    Aleks committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    64bdca8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99aad21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb57053 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4963cd5 View commit details
    Browse the repository at this point in the history
  6. typo in yaml cleaning

    Aleks committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    c518b51 View commit details
    Browse the repository at this point in the history
  7. removing unused file

    Aleks committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    5dda025 View commit details
    Browse the repository at this point in the history
  8. removing unused file

    Aleks committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    53ead61 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    10c206e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    d701583 View commit details
    Browse the repository at this point in the history
  2. removing old files

    Aleks committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    1dd7300 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0590d48 View commit details
    Browse the repository at this point in the history
  4. new line at end of file

    Aleks committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    58f50ba View commit details
    Browse the repository at this point in the history
  5. more documentation for manual publishing

    Aleks committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    fcae696 View commit details
    Browse the repository at this point in the history
  6. removing unneccessary (so far) documentation

    Aleks committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    2fc111f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    6c31163 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. publishing image for 5 platform

    Aleks committed May 11, 2022
    Configuration menu
    Copy the full SHA
    8c785ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb6ba95 View commit details
    Browse the repository at this point in the history
  3. fixing parameters in github actions

    Aleks committed May 11, 2022
    Configuration menu
    Copy the full SHA
    648bef5 View commit details
    Browse the repository at this point in the history
  4. typo in space

    Aleks committed May 11, 2022
    Configuration menu
    Copy the full SHA
    f304291 View commit details
    Browse the repository at this point in the history
  5. sticking to 1 dockerfile

    Aleks committed May 11, 2022
    Configuration menu
    Copy the full SHA
    22bbf90 View commit details
    Browse the repository at this point in the history
  6. altering installation user

    Aleks committed May 11, 2022
    Configuration menu
    Copy the full SHA
    b7c01a8 View commit details
    Browse the repository at this point in the history
  7. 3 platforms for Windows is default

    Aleks committed May 11, 2022
    Configuration menu
    Copy the full SHA
    20888fd View commit details
    Browse the repository at this point in the history
  8. fixed string comparison

    Aleks committed May 11, 2022
    Configuration menu
    Copy the full SHA
    dc1dcfe View commit details
    Browse the repository at this point in the history
  9. removing unnecessary quotes

    Aleks committed May 11, 2022
    Configuration menu
    Copy the full SHA
    2a3c3e7 View commit details
    Browse the repository at this point in the history
  10. fixed logical comparison

    Aleks committed May 11, 2022
    Configuration menu
    Copy the full SHA
    b91081a View commit details
    Browse the repository at this point in the history
  11. specifying platform for building

    Aleks committed May 11, 2022
    Configuration menu
    Copy the full SHA
    05b0cfc View commit details
    Browse the repository at this point in the history
  12. using buildx for arm32v7-ubuntu-bionic

    Aleks committed May 11, 2022
    Configuration menu
    Copy the full SHA
    e6bcb17 View commit details
    Browse the repository at this point in the history
  13. buildx debug output

    Aleks committed May 11, 2022
    Configuration menu
    Copy the full SHA
    b07ee24 View commit details
    Browse the repository at this point in the history
  14. buildx build --load

    Aleks committed May 11, 2022
    Configuration menu
    Copy the full SHA
    b67fc31 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. removing arm image

    Aleks committed May 12, 2022
    Configuration menu
    Copy the full SHA
    91ccc10 View commit details
    Browse the repository at this point in the history
  2. keeping 3 platforms

    Aleks committed May 12, 2022
    Configuration menu
    Copy the full SHA
    f80ce93 View commit details
    Browse the repository at this point in the history
  3. publishing latest for only linux

    Aleks committed May 12, 2022
    Configuration menu
    Copy the full SHA
    cf2abc5 View commit details
    Browse the repository at this point in the history
  4. nightly release for 3 platforms

    Aleks committed May 12, 2022
    Configuration menu
    Copy the full SHA
    6478344 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5f3244 View commit details
    Browse the repository at this point in the history
  6. replacing with a fake job

    Aleks committed May 12, 2022
    Configuration menu
    Copy the full SHA
    f531593 View commit details
    Browse the repository at this point in the history
  7. using PS syntax for Windows builder

    Aleks committed May 12, 2022
    Configuration menu
    Copy the full SHA
    051a63c View commit details
    Browse the repository at this point in the history
  8. fixing more PS syntax in pipeline

    Aleks committed May 12, 2022
    Configuration menu
    Copy the full SHA
    a78076b View commit details
    Browse the repository at this point in the history
  9. returning back the module publishing steps

    Aleks committed May 12, 2022
    Configuration menu
    Copy the full SHA
    cb7c5b1 View commit details
    Browse the repository at this point in the history
  10. installing module for all the users

    * outputting module list after installing
    
    * installing module for all the users
    
    * installing for all users in Linux
    shurick81 committed May 12, 2022
    Configuration menu
    Copy the full SHA
    bd4a0c7 View commit details
    Browse the repository at this point in the history
  11. removing arm image from docu

    Aleks committed May 12, 2022
    Configuration menu
    Copy the full SHA
    73967df View commit details
    Browse the repository at this point in the history
  12. more user documentation

    Aleks committed May 12, 2022
    Configuration menu
    Copy the full SHA
    f3aa083 View commit details
    Browse the repository at this point in the history
  13. removed unused space in the dockerfile

    Aleks committed May 12, 2022
    Configuration menu
    Copy the full SHA
    a214552 View commit details
    Browse the repository at this point in the history
  14. reference to the PS gallery for versions

    Aleks committed May 12, 2022
    Configuration menu
    Copy the full SHA
    cb4240d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. correcting the pnp organization name in Docker

    Aleks committed May 20, 2022
    Configuration menu
    Copy the full SHA
    d5e91cd View commit details
    Browse the repository at this point in the history